minidom: Release 0.12.1
This commit is contained in:
parent
5463a0aa99
commit
e2cf83ab13
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
Version 0.12.1, released 2021-01-13:
|
||||
* Changes
|
||||
* Bump quick-xml dependency.
|
||||
Version 0.12, released 2020-02-15:
|
||||
* Breaking
|
||||
* `Element.write_to` doesn't prepand xml prelude anymore. Use `write_to_decl` when necessary.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "minidom"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
|
Loading…
Reference in a new issue