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:
|
||||
* Updates
|
||||
- Remove failure dependency, to keep compilation times in check
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jid"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
|
Loading…
Reference in a new issue