From 147d07832edb7d7f82d71c39306dad0f0f6f7a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 15 Oct 2019 22:35:46 +0200 Subject: [PATCH] Prepare for 0.8 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70108afd..7d82b5a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -Version XXX, released YYY: +Version 0.8, released 2019-10-15: * Updates - CI: Split jobs, add tests, and caching + * Breaking + - 0.7.1 was actually a breaking release Version 0.7.2, released 2019-09-13: * Updates diff --git a/Cargo.toml b/Cargo.toml index fad2217d..4f4894d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.7.2" +version = "0.8.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ",