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.13.1.
This commit is contained in:
parent
5bf14b0b22
commit
8db6b5602e
2 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "xmpp-parsers"
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
authors = [
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
"Maxime “pep” Buquet <pep@bouah.net>",
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
Version 0.13.1:
|
||||
2019-04-12 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
* Bugfixes:
|
||||
- Fix invalid serialisation of priority in presence.
|
||||
- Bump image size to u16 from u8, as per XEP-0084 version 1.1.2.
|
||||
* Improvements:
|
||||
- Drop try_from dependency, as std::convert::TryFrom got
|
||||
stabilised.
|
||||
|
||||
Version 0.13.0:
|
||||
2019-03-20 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
* New parsers/serialisers:
|
||||
|
|
Loading…
Reference in a new issue