summaryrefslogtreecommitdiffstats
path: root/content/blog/2019-11-09-task-hookrs-0-7-0.md
blob: ab47fd5e557d65d4882de2ac640716cd195e0c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: "task-hookrs v0.7.0"
date: "2019-11-09T14:45:40"
tags: ["library", "task-hookrs", "taskwarrior", "bindings"]
---

This is a short release announcement. `task-hookrs` was released in version `v0.7.0`
earlier this day.

## Changelog for 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


## Further development

Right now, no further development is planned for task-hookrs, as I consider this
library rather feature-complete. I'm not convinced that I should do a 1.0.0
release, though. This is mainly due to the fact that I want to reserve the right
to break the API without the "uuh we are going from 1.0.0 to 2.0.0"-feeling.

Pull requests and patches (via
[the mailinglist](https://imag-pim.org/maillinglist)) are welcome, of course!