Prepare for release 1.4.3

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2021-05-27 21:16:13 +02:00
parent 3441b2ed93
commit fc618636aa
3 changed files with 8 additions and 7 deletions

View file

@ -7,7 +7,7 @@ project (timew)
include (CXXSniffer)
include (FindAsciidoctor)
set (PROJECT_VERSION "1.4.2")
set (PROJECT_VERSION "1.4.3")
string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)

View file

@ -1,3 +1,6 @@
------ current release ---------------------------
1.4.3 (2021-05-28) -
- #159 Tags enclosed in escaped double-quotes are not handled correctly
(thanks to Shaun Ruffell)
@ -23,15 +26,13 @@
Unicode 11 (from Unicode 5). Emojis are correctly displayed.
- Fix test `summary.t` for single-digit weeks
------ current release ---------------------------
------ old releases ------------------------------
1.4.2 (2020-08-29) - 4aa8489243adb69958d7717fb2f010c72fd4505a
- #377 make install with error due to missing file `COPYING`
(thanks to Dirk Deimeke)
------ old releases ------------------------------
1.4.1 (2020-08-29) - 6747beb2963475f50d2d58b1da5465247eb9e28e
- #378 Summary with `:all` hint is empty for open interval

View file

@ -33,12 +33,12 @@ There are two ways to retrieve the Timewarrior sources:
* Or download the tarball with curl,
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.4.2/timew-1.4.2.tar.gz
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.4.3/timew-1.4.3.tar.gz
and expand the tarball
tar xzf timew-1.4.2.tar.gz
cd timew-1.4.2
tar xzf timew-1.4.3.tar.gz
cd timew-1.4.3
Build Timewarrior, optionally run the test suite, and install it.