summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-11-09 13:54:01 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-11-09 14:26:04 +0100
commit49dd5ebb9440ee5d5ea7ad8534d8e617a49ad7fd (patch)
tree371352799a96c42174d366ccef23e8781b7f5dd8
parenteb8c926f252ec959f36dafdd66cd869e7a924095 (diff)
Add changelog for 0.7.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9479f86..eeee664 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ This changelog was started with the 0.4.0 release.
## Next
+## 0.7.0
+
+* Bugfix: "imask" field in taskwarrior is a float, change type to f64.
+ This is a breaking API change, thus the minor version is bumped.
+* CI setup was fixed to actually fail when an error happens during
+ compilation/testing. We had luck that it worked before without issue.
+* All rustc versions from 1.32 until beta are tested now via travis, for maximum
+ backwards compat
+
## 0.6.0
* Switched error handling to `failure`