minidom: 0.12.0 release

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-02-15 00:51:52 +01:00
parent 3e7179c12f
commit 6ee750ba11
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
4 changed files with 4 additions and 4 deletions

View file

@ -19,4 +19,4 @@ edition = "2018"
gitlab = { repository = "xmpp-rs/xmpp-rs" }
[dependencies]
minidom = { version = "0.11", optional = true }
minidom = { version = "0.12", optional = true }

View file

@ -1,4 +1,4 @@
Version XXX, released YYY:
Version 0.12, released 2020-02-15:
* Breaking
* `Element.write_to` doesn't prepand xml prelude anymore. Use `write_to_decl` when necessary.
* PartialEq implementation for Element and Node have been changed to

View file

@ -1,6 +1,6 @@
[package]
name = "minidom"
version = "0.11.1"
version = "0.12.0"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",

View file

@ -14,7 +14,7 @@ license = "MPL-2.0"
edition = "2018"
[dependencies]
minidom = "0.11.0"
minidom = "0.12.0"
jid = { version = "0.8", features = ["minidom"] }
base64 = "0.10"
digest = "0.8"