mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Prepare for 0.7.2 release.
This commit is contained in:
parent
b4f2515fb5
commit
59e0e75d69
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Version 0.7.2, released 2019-09-13:
|
||||||
|
* Updates
|
||||||
|
- Impl Error for JidParseError again, it got removed due to the failure removal but is still wanted.
|
||||||
|
|
||||||
Version 0.7.1, released 2019-09-06:
|
Version 0.7.1, released 2019-09-06:
|
||||||
* Updates
|
* Updates
|
||||||
- Remove failure dependency, to keep compilation times in check
|
- Remove failure dependency, to keep compilation times in check
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jid"
|
name = "jid"
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
authors = [
|
authors = [
|
||||||
"lumi <lumi@pew.im>",
|
"lumi <lumi@pew.im>",
|
||||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||||
|
|
Loading…
Reference in a new issue