Release 3.0.2 (#3394)
This commit is contained in:
committed by
GitHub
parent
9b35ab37aa
commit
bc86a1e53f
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.22)
|
|||||||
set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
||||||
project (task
|
project (task
|
||||||
VERSION 3.0.1
|
VERSION 3.0.2
|
||||||
DESCRIPTION "Taskwarrior - a command-line TODO list manager"
|
DESCRIPTION "Taskwarrior - a command-line TODO list manager"
|
||||||
HOMEPAGE_URL https://taskwarrior.org/)
|
HOMEPAGE_URL https://taskwarrior.org/)
|
||||||
|
|
||||||
|
|||||||
10
ChangeLog
10
ChangeLog
@@ -1,5 +1,13 @@
|
|||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
|
3.0.2 -
|
||||||
|
|
||||||
|
- Fix an accidentally-included debug print which polluted output of
|
||||||
|
reports with the Taskwarrior version (#3389)
|
||||||
|
|
||||||
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
|
||||||
3.0.1 -
|
3.0.1 -
|
||||||
|
|
||||||
- Fix an error in creation of the 3.0.0 tarball which caused builds to fail (#3302)
|
- Fix an error in creation of the 3.0.0 tarball which caused builds to fail (#3302)
|
||||||
@@ -8,8 +16,6 @@
|
|||||||
- Fix incorrect task ID of 0 when using hooks (#3339)
|
- Fix incorrect task ID of 0 when using hooks (#3339)
|
||||||
- Issue a warning if .data files remain (#3321)
|
- Issue a warning if .data files remain (#3321)
|
||||||
|
|
||||||
------ old releases ------------------------------
|
|
||||||
|
|
||||||
3.0.0 -
|
3.0.0 -
|
||||||
|
|
||||||
- [BREAKING CHANGE] the sync functionality has been rewritten entirely, and
|
- [BREAKING CHANGE] the sync functionality has been rewritten entirely, and
|
||||||
|
|||||||
Reference in New Issue
Block a user