summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 1 deletions
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.
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 <mail@beyermatthias.de>",
"Mario Krehl <mario-krehl@gmx.de>",
"Malte Brandy <malte.brandy@maralorn.de>",