Change summary
minidom/CHANGELOG.md | 5 +++++
minidom/Cargo.toml | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
Detailed changes
@@ -1,3 +1,8 @@
+Version 0.15.1, released 2023-01-15:
+ * Changes
+ * Add `Element::from_reader_with_prefixes`
+ * (#44) Add test ensuring parsing two namespaces resolv
+
Version 0.15.0, released 2022-07-13:
* Changes
* Drop quick-xml dependency (astro1, jssfr)
@@ -1,6 +1,6 @@
[package]
name = "minidom"
-version = "0.15.0"
+version = "0.15.1"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",