release version 0.5.0

Emmanuel Gil Peyrot created

Change summary

CHANGELOG.md | 5 +++++
Cargo.toml   | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,3 +1,8 @@
+Version 0.5.0, released 2018-02-18:
+  * Updates
+    - Link Mauve has updated the optional `minidom` dependency.
+    - Link Mauve has added tests for invalid JIDs, which adds more error cases.
+
 Version 0.4.0, released 2017-12-27:
   * Updates
     - Maxime Buquet has updated the optional `minidom` dependency.

Cargo.toml 🔗

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