Skip to content

Commit 0627447

Browse files
authored
Update for 3.0.1 (#3382)
update for 3.0.1
1 parent f054a40 commit 0627447

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.22)
33
set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
44

55
project (task
6-
VERSION 3.0.0
6+
VERSION 3.0.1
77
DESCRIPTION "Taskwarrior - a command-line TODO list manager"
88
HOMEPAGE_URL https://taskwarrior.org/)
99

ChangeLog

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
------ 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+
213
3.0.0 -
314

415
- [BREAKING CHANGE] the sync functionality has been rewritten entirely, and
@@ -231,8 +242,6 @@
231242
Thanks to bharatvaj for contributing.
232243
- TW #2581 Config entry with a trailing comment cannot be modified
233244

234-
------ old releases ------------------------------
235-
236245
2.5.3 (2021-01-05) - 2f47226f91f0b02f7617912175274d9eed85924f
237246

238247
- #2375 task hangs then dies when certain tasks are present in a report

0 commit comments

Comments
 (0)