File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-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.1
6
+ VERSION 3.0.2
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
2
3
+ 3.0.2 -
4
+
5
+ - Fix an accidentally-included debug print which polluted output of
6
+ reports with the Taskwarrior version (#3389)
7
+
8
+ ------ old releases ------------------------------
9
+
10
+
3
11
3.0.1 -
4
12
5
13
- Fix an error in creation of the 3.0.0 tarball which caused builds to fail (#3302)
8
16
- Fix incorrect task ID of 0 when using hooks (#3339)
9
17
- Issue a warning if .data files remain (#3321)
10
18
11
- ------ old releases ------------------------------
12
-
13
19
3.0.0 -
14
20
15
21
- [BREAKING CHANGE] the sync functionality has been rewritten entirely, and
You can’t perform that action at this time.
0 commit comments