Prepare for release 1.5.0

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-04-02 21:09:43 +02:00
parent 082708a7ca
commit 3acf704195
3 changed files with 9 additions and 7 deletions

View file

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

View file

@ -1,3 +1,7 @@
------ current release ---------------------------
1.5.0 (2023-04-02) -
- #361 Improve documentation - #361 Improve documentation
(thanks to xeruf) (thanks to xeruf)
- #389 Extend summary configuration - #389 Extend summary configuration
@ -44,7 +48,7 @@
(thanks to Edd Salkield) (thanks to Edd Salkield)
- Add option '--details' to 'test/problems' script - Add option '--details' to 'test/problems' script
------ current release --------------------------- ------ old releases ------------------------------
1.4.3 (2021-05-28) - fc618636aacba6e52d447b482aeef58b375dfc8c 1.4.3 (2021-05-28) - fc618636aacba6e52d447b482aeef58b375dfc8c
@ -72,8 +76,6 @@
Unicode 11 (from Unicode 5). Emojis are correctly displayed. Unicode 11 (from Unicode 5). Emojis are correctly displayed.
- Fix test `summary.t` for single-digit weeks - Fix test `summary.t` for single-digit weeks
------ old releases ------------------------------
1.4.2 (2020-08-29) - 4aa8489243adb69958d7717fb2f010c72fd4505a 1.4.2 (2020-08-29) - 4aa8489243adb69958d7717fb2f010c72fd4505a
- #377 make install with error due to missing file `COPYING` - #377 make install with error due to missing file `COPYING`

View file

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