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]
|
[package]
|
||||||
name = "xmpp-parsers"
|
name = "xmpp-parsers"
|
||||||
version = "0.13.1"
|
version = "0.14.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||||
"Maxime “pep” Buquet <pep@bouah.net>",
|
"Maxime “pep” Buquet <pep@bouah.net>",
|
||||||
|
|
12
ChangeLog
12
ChangeLog
|
@ -1,7 +1,15 @@
|
||||||
Version TODO:
|
Version 0.14.0:
|
||||||
TODO Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
2019-07-13 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>, Maxime “pep” Buquet <pep@bouah.net>
|
||||||
* New parsers/serialisers:
|
* New parsers/serialisers:
|
||||||
- Entity Time (XEP-0202).
|
- 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:
|
Version 0.13.1:
|
||||||
2019-04-12 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
2019-04-12 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||||
|
|
Loading…
Reference in a new issue