diff --git a/jid-rs/Cargo.toml b/jid-rs/Cargo.toml index 02782f2c..e3e4da3d 100644 --- a/jid-rs/Cargo.toml +++ b/jid-rs/Cargo.toml @@ -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 } diff --git a/minidom-rs/CHANGELOG.md b/minidom-rs/CHANGELOG.md index 3d87e662..4c45e001 100644 --- a/minidom-rs/CHANGELOG.md +++ b/minidom-rs/CHANGELOG.md @@ -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 diff --git a/minidom-rs/Cargo.toml b/minidom-rs/Cargo.toml index 11c66ec3..2f700d1e 100644 --- a/minidom-rs/Cargo.toml +++ b/minidom-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidom" -version = "0.11.1" +version = "0.12.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ", diff --git a/xmpp-parsers/Cargo.toml b/xmpp-parsers/Cargo.toml index 0925c0eb..991dd16d 100644 --- a/xmpp-parsers/Cargo.toml +++ b/xmpp-parsers/Cargo.toml @@ -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"