From 59e0e75d695e11ffc6985c79302037d015efba57 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Fri, 13 Sep 2019 00:42:18 +0200 Subject: [PATCH] Prepare for 0.7.2 release. --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d15bd67..c1a83e5 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 f2f0ad1..fad2217 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 ",