Cargo.toml, ChangeLog: Release version 0.14.0

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

Cargo.toml |  2 +-
ChangeLog  | 12 ++++++++++--
2 files changed, 11 insertions(+), 3 deletions(-)

Detailed changes

Cargo.toml 🔗

@@ -1,6 +1,6 @@
 [package]
 name = "xmpp-parsers"
-version = "0.13.1"
+version = "0.14.0"
 authors = [
   "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
   "Maxime “pep” Buquet <pep@bouah.net>",

ChangeLog 🔗

@@ -1,7 +1,15 @@
-Version TODO:
-TODO  Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
+Version 0.14.0:
+2019-07-13  Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>, Maxime “pep” Buquet <pep@bouah.net>
     * New parsers/serialisers:
         - Entity Time (XEP-0202).
+    * Improvements:
+        - Microblog NS (XEP-0227).
+        - Update jid-rs dependency with jid split change (Jid, FullJid,
+          BareJid) and reexport them.
+        - Fix rustdoc options in Cargo.toml for docs.rs
+    * Breaking changes:
+        - Presence's show attribute is now Option<Show> and Show::None is no
+          more.
 
 Version 0.13.1:
 2019-04-12  Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>