1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-02 19:30:36 +02:00

minidom: Release 0.12.1

This commit is contained in:
Emmanuel Gil Peyrot 2021-01-13 00:32:43 +01:00
parent 5463a0aa99
commit e2cf83ab13
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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>",