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)
33set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
44
55project (task
6- VERSION 3.0.1
6+ VERSION 3.0.2
77 DESCRIPTION "Taskwarrior - a command-line TODO list manager"
88 HOMEPAGE_URL https://taskwarrior.org/)
99
Original file line number Diff line number Diff line change 11------ current release ---------------------------
22
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+
3113.0.1 -
412
513- Fix an error in creation of the 3.0.0 tarball which caused builds to fail (#3302)
816- Fix incorrect task ID of 0 when using hooks (#3339)
917- Issue a warning if .data files remain (#3321)
1018
11- ------ old releases ------------------------------
12-
13193.0.0 -
1420
1521- [BREAKING CHANGE] the sync functionality has been rewritten entirely, and
You can’t perform that action at this time.
0 commit comments