minidom: Bump version to 0.19.0
Signed-off-by: Jonas Schäfer <jonas@zombofant.net>
This commit is contained in:
parent
cc92d113fa
commit
e72394c658
5 changed files with 7 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ quote = { version = "1.0", optional = true }
|
||||||
proc-macro2 = { version = "1.0", optional = true }
|
proc-macro2 = { version = "1.0", optional = true }
|
||||||
idna = "1"
|
idna = "1"
|
||||||
# same repository dependencies
|
# same repository dependencies
|
||||||
minidom = { version = "0.18", path = "../minidom", optional = true }
|
minidom = { version = "0.19", path = "../minidom", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_test = "1"
|
serde_test = "1"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,10 @@
|
||||||
Version NEXT:
|
Version NEXT:
|
||||||
|
|
||||||
|
Version 0.19, released 2026-06-09:
|
||||||
* Changes
|
* Changes
|
||||||
- Fix some Clippy warnings
|
- Fix some Clippy warnings
|
||||||
* Fix
|
* Fix
|
||||||
- Bump rxml version from 0.13.1 to 0.13.3. We needed a feature of .3.
|
- Bump rxml version to 0.14.0.
|
||||||
|
|
||||||
Version 0.18, released 2025-10-28:
|
Version 0.18, released 2025-10-28:
|
||||||
* Breaking:
|
* Breaking:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minidom"
|
name = "minidom"
|
||||||
version = "0.18.0"
|
version = "0.19.0"
|
||||||
authors = [
|
authors = [
|
||||||
"lumi <lumi@pew.im>",
|
"lumi <lumi@pew.im>",
|
||||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ chrono = { version = "0.4.5", default-features = false, features = ["std"] }
|
||||||
log = { version = "0.4", optional = true }
|
log = { version = "0.4", optional = true }
|
||||||
# same repository dependencies
|
# same repository dependencies
|
||||||
jid = { version = "0.12", path = "../jid", features = ["minidom"] }
|
jid = { version = "0.12", path = "../jid", features = ["minidom"] }
|
||||||
minidom = { version = "0.18", path = "../minidom" }
|
minidom = { version = "0.19", path = "../minidom" }
|
||||||
xso = { version = "0.3", path = "../xso", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64", "serde_json"] }
|
xso = { version = "0.3", path = "../xso", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64", "serde_json"] }
|
||||||
uuid = { version = "1.9.1", features = ["v4"] }
|
uuid = { version = "1.9.1", features = ["v4"] }
|
||||||
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
|
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ license = "MPL-2.0"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = { version = "1" }
|
bytes = { version = "1" }
|
||||||
rxml = { version = "0.14.0", default-features = false }
|
rxml = { version = "0.14.0", default-features = false }
|
||||||
minidom = { version = "0.18", path = "../minidom" }
|
minidom = { version = "0.19", path = "../minidom" }
|
||||||
xso_proc = { version = "0.2", path = "../xso-proc", optional = true }
|
xso_proc = { version = "0.2", path = "../xso-proc", optional = true }
|
||||||
|
|
||||||
# optional dependencies to provide text conversion to/from types from/using
|
# optional dependencies to provide text conversion to/from types from/using
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue