diff --git a/Cargo.toml b/Cargo.toml index b1e84c36487e3eaff92260380c7c84b53db56a6c..fba43cb47e76b689fe177309fbca26f4e52d0241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmpp-parsers" -version = "0.13.1" +version = "0.14.0" authors = [ "Emmanuel Gil Peyrot ", "Maxime “pep” Buquet ", diff --git a/ChangeLog b/ChangeLog index 82253779eb3c2f54efcbd543c328a72cbd5a8632..5637b0b24397442d0c79a51ea60a3d9d1a58e439 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -Version TODO: -TODO Emmanuel Gil Peyrot +Version 0.14.0: +2019-07-13 Emmanuel Gil Peyrot , Maxime “pep” Buquet * 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 and Show::None is no + more. Version 0.13.1: 2019-04-12 Emmanuel Gil Peyrot