minidom: Release 0.15.1
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
eb3a62eb7e
commit
6bfe707789
2 changed files with 6 additions and 1 deletions
|
|
@ -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:
|
Version 0.15.0, released 2022-07-13:
|
||||||
* Changes
|
* Changes
|
||||||
* Drop quick-xml dependency (astro1, jssfr)
|
* Drop quick-xml dependency (astro1, jssfr)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minidom"
|
name = "minidom"
|
||||||
version = "0.15.0"
|
version = "0.15.1"
|
||||||
authors = [
|
authors = [
|
||||||
"lumi <lumi@pew.im>",
|
"lumi <lumi@pew.im>",
|
||||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue