Prepare for 0.11.1 release.

Emmanuel Gil Peyrot created

Change summary

CHANGELOG.md | 5 +++--
Cargo.toml   | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)

Detailed changes

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<Node>` and `<T: Into<Node> IntoIterator<Item = T>>`

Cargo.toml 🔗

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