From fbddfa7532a8da65f28484bf03464b3dee222eeb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 15 Apr 2018 08:57:14 +0200 Subject: Update version information --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4927464..a3ccc00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-hookrs" -version = "0.4.0" +version = "0.5.0" authors = ["Matthias Beyer ", "Mario Krehl ", ] -- cgit v1.2.3 From 5dd04697507599720bf1fd0e5ba4a2c498052841 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 15 Apr 2018 08:58:35 +0200 Subject: Add changelog for 0.5.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75952ec..dac377c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This changelog was started with the 0.4.0 release. ## Next +## 0.5.0 + +* The "uuid" dependency was updated from 0.5 to 0.6 + ## 0.4.0 * Dependencies updated -- cgit v1.2.3