1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-03 11:50:35 +02:00

Cargo.toml, ChangeLog: Release version 0.14.0

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-07-13 17:57:17 +02:00
parent f3eac84992
commit fb71acd8d1
No known key found for this signature in database
GPG Key ID: DEDA74AEECA9D0F2
2 changed files with 11 additions and 3 deletions

View File

@ -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>",

View File

@ -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>