File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.22)
3
3
set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
4
4
5
5
project (task
6
- VERSION 3.0.0
6
+ VERSION 3.0.1
7
7
DESCRIPTION "Taskwarrior - a command-line TODO list manager"
8
8
HOMEPAGE_URL https://taskwarrior.org/ )
9
9
Original file line number Diff line number Diff line change 1
1
------ current release ---------------------------
2
+
3
+ 3.0.1 -
4
+
5
+ - Fix an error in creation of the 3.0.0 tarball which caused builds to fail (#3302)
6
+ - Improvements to `task news`, including notes for the 3.0.0 release
7
+ - Minor improvements to documentation and error handling
8
+ - Fix incorrect task ID of 0 when using hooks (#3339)
9
+ - Issue a warning if .data files remain (#3321)
10
+
11
+ ------ old releases ------------------------------
12
+
2
13
3.0.0 -
3
14
4
15
- [BREAKING CHANGE] the sync functionality has been rewritten entirely, and
231
242
Thanks to bharatvaj for contributing.
232
243
- TW #2581 Config entry with a trailing comment cannot be modified
233
244
234
- ------ old releases ------------------------------
235
-
236
245
2.5.3 (2021-01-05) - 2f47226f91f0b02f7617912175274d9eed85924f
237
246
238
247
- #2375 task hangs then dies when certain tasks are present in a report
You can’t perform that action at this time.
0 commit comments