mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
xmpp-parsers: Release version 0.18.1
This commit is contained in:
parent
c94c95de0e
commit
d9994921d9
2 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "xmpp-parsers"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
authors = [
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
"Maxime “pep” Buquet <pep@bouah.net>",
|
||||
|
@ -14,7 +14,7 @@ license = "MPL-2.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
minidom = "0.12"
|
||||
minidom = "0.13"
|
||||
jid = { version = "0.9", features = ["minidom"] }
|
||||
base64 = "0.13"
|
||||
digest = "0.9"
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
Version 0.18.0:
|
||||
UNRELEASED Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
2021-01-13 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
* Bugfixes:
|
||||
- Bump minidom to 0.13, as 0.12.1 got yanked.
|
||||
|
||||
Version 0.18.0:
|
||||
2021-01-13 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
* New parsers/serialisers:
|
||||
- Jingle Raw UDP Transport Method (XEP-0177).
|
||||
- Jingle RTP Header Extensions Negotiation (XEP-0294).
|
||||
|
|
Loading…
Reference in a new issue