Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lauf <[email protected]>
  • Loading branch information
lauft committed Sep 18, 2023
1 parent 6d79ea4 commit 1882058
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project (timew)
include (CXXSniffer)
include (FindAsciidoctor)

set (PROJECT_VERSION "1.5.0-dev")
set (PROJECT_VERSION "1.6.0")

string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)

Expand Down
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
------ current release ---------------------------

1.6.0 (2023-09-18) -

- #529 Fix summary truncating multibyte characters in long annotations
(thanks to Maxim Beder, Leon Grünewald)
- #531 Update CONTRIBUTING.md to use branch 'develop' instead of 'dev'
Expand All @@ -23,7 +27,7 @@
- Cleanup CMake files
- Update project to C++17

------ current release ---------------------------
------ old releases ------------------------------

1.5.0 (2023-04-04) - 51e7c2c772837bbd6d56da8d16506c4b6de8644166e0b5234ad36ae6a70dd4f6

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,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.5.0/timew-1.5.0.tar.gz
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.6.0/timew-1.6.0.tar.gz

and expand the tarball

tar xzf timew-1.5.0.tar.gz
cd timew-1.5.0
tar xzf timew-1.6.0.tar.gz
cd timew-1.6.0

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

Expand Down

0 comments on commit 1882058

Please sign in to comment.