From 6b17aacd8e9252370616c9970b49cb2ab1a6817c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 10 Jun 2019 22:06:57 +0200 Subject: [PATCH] Prepare for release 0.6.0. 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, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 358538e..c88c32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 0.6.0, released 2019-06-19: + * Updates + - Jid is now an enum, with two variants, Bare(BareJid) and Full(FullJid) + Version 0.5.3, released 2019-01-16: * Updates - Link Mauve bumped the minidom dependency version. diff --git a/Cargo.toml b/Cargo.toml index b29a3c3..04fb6d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.5.3" +version = "0.6.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ",