From 1f260cfe8610ba5079fe185db93b94a72fae6f10 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 16 Jan 2019 13:27:54 +0100 Subject: [PATCH] =?UTF-8?q?Prepare=20for=20release=C2=A00.5.3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 ",