summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-18 12:20:21 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-12-18 12:20:21 +0100
commit08ff3f9d306e195ac506442f02dce6d0618fd122 (patch)
tree3205fc4666d60bf1143f7af263b5934aa299a7cb
parentfe166cc387f1dfed72818191e703bfb8c33effe8 (diff)
Add changelog for 0.8.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 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.