mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Prepare for 0.7.1 release.
This commit is contained in:
parent
e2f9bdbf1b
commit
b244a21e1a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Version 0.7.1, released 2019-09-06:
|
||||
* Updates
|
||||
- Remove failure dependency, to keep compilation times in check
|
||||
- Impl Display for Jid
|
||||
|
||||
Version 0.7.0, released 2019-07-26:
|
||||
* Breaking
|
||||
- Update minidom dependency to 0.11
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jid"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
|
Loading…
Reference in a new issue