diff --git a/CHANGELOG.md b/CHANGELOG.md index 733468e..358538e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 0.5.3, released 2019-01-16: + * Updates + - Link Mauve bumped the minidom dependency version. + - Use Edition 2018, putting the baseline rustc version to 1.31. + - Run cargo-fmt on the code, to lower the barrier of entry. + Version 0.5.2, released 2018-07-31: * Updates - Astro bumped the minidom dependency version. diff --git a/Cargo.toml b/Cargo.toml index d309aef..b29a3c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.5.2" +version = "0.5.3" authors = [ "lumi ", "Emmanuel Gil Peyrot ",