Prepare for 0.11.1 release.
This commit is contained in:
parent
17f902b503
commit
0db94e554d
2 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
Version XXX, released YYY:
|
Version 0.11.1, released 2019-09-06:
|
||||||
* Changes
|
* Changes
|
||||||
* Update to quick-xml 0.15
|
* Update to quick-xml 0.16
|
||||||
* Add a default "comments" feature to transform comments into errors when unset.
|
* Add a default "comments" feature to transform comments into errors when unset.
|
||||||
|
* Remove the mostly-unused failure dependency, to dramatically reduce compilation times.
|
||||||
Version 0.11.0, released 2019-06-14:
|
Version 0.11.0, released 2019-06-14:
|
||||||
* Breaking
|
* Breaking
|
||||||
* Get rid of IntoElements, replace with `Into<Node>` and `<T: Into<Node> IntoIterator<Item = T>>`
|
* Get rid of IntoElements, replace with `Into<Node>` and `<T: Into<Node> IntoIterator<Item = T>>`
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "minidom"
|
name = "minidom"
|
||||||
version = "0.11.0"
|
version = "0.11.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