From 6bfe707789e8221c35acf9ee14d9113e8a68b54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 15 Jan 2023 20:46:25 +0100 Subject: [PATCH] minidom: Release 0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- minidom/CHANGELOG.md | 5 +++++ minidom/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/minidom/CHANGELOG.md b/minidom/CHANGELOG.md index 0edb7846..1d84bd61 100644 --- a/minidom/CHANGELOG.md +++ b/minidom/CHANGELOG.md @@ -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) diff --git a/minidom/Cargo.toml b/minidom/Cargo.toml index 9fc55bc9..b61523b5 100644 --- a/minidom/Cargo.toml +++ b/minidom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidom" -version = "0.15.0" +version = "0.15.1" authors = [ "lumi ", "Emmanuel Gil Peyrot ",