diff --git a/CMakeLists.txt b/CMakeLists.txt index 022d88b4..163df207 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project (timew) include (CXXSniffer) include (FindAsciidoctor) -set (PROJECT_VERSION "1.4.3-dev") +set (PROJECT_VERSION "1.5.0") string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE) diff --git a/ChangeLog b/ChangeLog index 34d9c7ba..e7193ed8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +------ current release --------------------------- + +1.5.0 (2023-04-02) - + - #361 Improve documentation (thanks to xeruf) - #389 Extend summary configuration @@ -44,7 +48,7 @@ (thanks to Edd Salkield) - Add option '--details' to 'test/problems' script ------- current release --------------------------- +------ old releases ------------------------------ 1.4.3 (2021-05-28) - fc618636aacba6e52d447b482aeef58b375dfc8c @@ -72,8 +76,6 @@ Unicode 11 (from Unicode 5). Emojis are correctly displayed. - Fix test `summary.t` for single-digit weeks ------- old releases ------------------------------ - 1.4.2 (2020-08-29) - 4aa8489243adb69958d7717fb2f010c72fd4505a - #377 make install with error due to missing file `COPYING` diff --git a/README.md b/README.md index 8cf9b938..e2557e92 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,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.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 - tar xzf timew-1.4.3.tar.gz - cd timew-1.4.3 + tar xzf timew-1.5.0.tar.gz + cd timew-1.5.0 Build Timewarrior, optionally run the test suite, and install it.