diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc9482e07e49389541adfa7b1f551533ab5e086..72468faa528a78d3b5b33411a34ef48cf50e838a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -Version XXX, released YYY: +Version 0.11.1, released 2019-09-06: * 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. + * Remove the mostly-unused failure dependency, to dramatically reduce compilation times. Version 0.11.0, released 2019-06-14: * Breaking * Get rid of IntoElements, replace with `Into` and ` IntoIterator>` diff --git a/Cargo.toml b/Cargo.toml index 76b4b4dccbcc9f8ddfa3e5bd57e6c21beada66ec..204d729e3fd245b169dbd19a1650a0b8713d34b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minidom" -version = "0.11.0" +version = "0.11.1" authors = [ "lumi ", "Emmanuel Gil Peyrot ",