jid: Release 0.9.2

This commit is contained in:
Emmanuel Gil Peyrot 2021-01-13 11:43:59 +01:00
parent aaacb2ecf3
commit c94c95de0e
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Version 0.9.2, release 2021-01-13:
* Updates
- Bumped minidom to 0.13
Version 0.9.1, release 2021-01-13:
* Updates
- Added serde support behind "serde" feature

View file

@ -1,6 +1,6 @@
[package]
name = "jid"
version = "0.9.1"
version = "0.9.2"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
@ -19,5 +19,5 @@ edition = "2018"
gitlab = { repository = "xmpp-rs/xmpp-rs" }
[dependencies]
minidom = { version = "0.12", optional = true }
minidom = { version = "0.13", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }