summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-06-30 09:43:14 +0200
committerGitHub <noreply@github.com>2023-06-30 09:43:14 +0200
commit7d2e57174ae70408d2e270290aca1f39eb82ff9a (patch)
tree13856fab8feac84bd1729c5055fccd2713951041
parentab90c3f73a5abf776853dc3bc9d3fd36a5df9a34 (diff)
parent0de3afc3ce86c4032f578c17c83e4464e221b9e2 (diff)
Merge pull request #30 from matthiasbeyer/prepare-0.9.0v0.9.0
Prepare 0.9.0
-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 330c2ae..d3ac731 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ This changelog was started with the 0.4.0 release.
## Next
+## 0.9.0
+
+* Support for taskwarrior 2.6.0 serialization format
+* MSRV was updated to 1.63.0
+
## 0.8.0
* Replace "failure" with "thiserror"
diff --git a/Cargo.toml b/Cargo.toml
index c23bb70..3ed468d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "task-hookrs"
-version = "0.8.0"
+version = "0.9.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
"Mario Krehl <mario-krehl@gmx.de>",
"Malte Brandy <malte.brandy@maralorn.de>",