From 08ff3f9d306e195ac506442f02dce6d0618fd122 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 18 Dec 2022 12:20:21 +0100 Subject: Add changelog for 0.8.0 Signed-off-by: Matthias Beyer --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeee664..330c2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This changelog was started with the 0.4.0 release. ## Next +## 0.8.0 + +* Replace "failure" with "thiserror" +* Cleanup the codebase for rust edition 2021 + ## 0.7.0 * Bugfix: "imask" field in taskwarrior is a float, change type to f64. -- cgit v1.2.3 From 0a3e82185f1668aa6fbcd17c93fc4105ff36f66e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 18 Dec 2022 12:20:39 +0100 Subject: Update version to 0.8.0 Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20ae50f..c23bb70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-hookrs" -version = "0.7.0" +version = "0.8.0" authors = ["Matthias Beyer ", "Mario Krehl ", "Malte Brandy ", -- cgit v1.2.3