mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Cargo.toml, ChangeLog: Release version 0.14.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
f3eac84992
commit
fb71acd8d1
2 changed files with 11 additions and 3 deletions
|
@ -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>",
|
||||
|
|
12
ChangeLog
12
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>
|
||||
|
|
Loading…
Reference in a new issue