diff --git a/CHANGELOG.md b/CHANGELOG.md index d15bd671..c1a83e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index f2f0ad10..fad2217d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.7.1" +version = "0.7.2" authors = [ "lumi ", "Emmanuel Gil Peyrot ",