Skip to content

Commit bc86a1e

Browse files
authored
Release 3.0.2 (#3394)
1 parent 9b35ab3 commit bc86a1e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-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.1
6+
VERSION 3.0.2
77
DESCRIPTION "Taskwarrior - a command-line TODO list manager"
88
HOMEPAGE_URL https://taskwarrior.org/)
99

ChangeLog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
311
3.0.1 -
412

513
- Fix an error in creation of the 3.0.0 tarball which caused builds to fail (#3302)
@@ -8,8 +16,6 @@
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-
1319
3.0.0 -
1420

1521
- [BREAKING CHANGE] the sync functionality has been rewritten entirely, and

0 commit comments

Comments
 (0)