Skip to content

Commit fc61863

Browse files
committed
Prepare for release 1.4.3
Signed-off-by: Thomas Lauf <[email protected]>
1 parent 3441b2e commit fc61863

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project (timew)
77
include (CXXSniffer)
88
include (FindAsciidoctor)
99

10-
set (PROJECT_VERSION "1.4.2")
10+
set (PROJECT_VERSION "1.4.3")
1111

1212
string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
1313

ChangeLog

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
------ current release ---------------------------
2+
3+
1.4.3 (2021-05-28) -
14

25
- #159 Tags enclosed in escaped double-quotes are not handled correctly
36
(thanks to Shaun Ruffell)
@@ -23,15 +26,13 @@
2326
Unicode 11 (from Unicode 5). Emojis are correctly displayed.
2427
- Fix test `summary.t` for single-digit weeks
2528

26-
------ current release ---------------------------
29+
------ old releases ------------------------------
2730

2831
1.4.2 (2020-08-29) - 4aa8489243adb69958d7717fb2f010c72fd4505a
2932

3033
- #377 make install with error due to missing file `COPYING`
3134
(thanks to Dirk Deimeke)
3235

33-
------ old releases ------------------------------
34-
3536
1.4.1 (2020-08-29) - 6747beb2963475f50d2d58b1da5465247eb9e28e
3637

3738
- #378 Summary with `:all` hint is empty for open interval

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ There are two ways to retrieve the Timewarrior sources:
3333

3434
* Or download the tarball with curl,
3535

36-
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.4.2/timew-1.4.2.tar.gz
36+
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.4.3/timew-1.4.3.tar.gz
3737

3838
and expand the tarball
3939

40-
tar xzf timew-1.4.2.tar.gz
41-
cd timew-1.4.2
40+
tar xzf timew-1.4.3.tar.gz
41+
cd timew-1.4.3
4242

4343
Build Timewarrior, optionally run the test suite, and install it.
4444

0 commit comments

Comments
 (0)