Prepare for 0.11.0 release

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-06-12 18:43:42 +02:00
commit c5c330d77a
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
Version 0.11.0, released 2019-06-14:
* Breaking
* Get rid of IntoElements, replace with `Into<Node>` and `<T: Into<Node> IntoIterator<Item = T>>`
* Fixes
* Remote unused `mut` attribute on variable
* Changes
* Update quick-xml to 0.14
* Split Node into its own module
* Nicer Debug implementation for NamespaceSet
Version 0.10.0, released 2018-10-21:
* Changes
* Update quick-xml to 0.13

View file

@ -1,6 +1,6 @@
[package]
name = "minidom"
version = "0.10.0"
version = "0.11.0"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",