summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-12-18 11:21:39 +0000
committerGitHub <noreply@github.com>2022-12-18 11:21:39 +0000
commit15e3895e6f7af0a9fdf3c6bb7e8c3131a3e81fa8 (patch)
tree1196a5b7c20217705991fe804ff69b00388966ab
parentfe166cc387f1dfed72818191e703bfb8c33effe8 (diff)
parent0a3e82185f1668aa6fbcd17c93fc4105ff36f66e (diff)
Merge #23v0.8.0
23: Prepare 0.8.0 r=matthiasbeyer a=matthiasbeyer Closes #7 Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
-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>",