Skip to content

Commit

Permalink
Prepare for release 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lauf <[email protected]>
  • Loading branch information
lauft committed Apr 4, 2023
1 parent 082708a commit 3acf704
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 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.4.3-dev")
set (PROJECT_VERSION "1.5.0")

string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)

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

1.5.0 (2023-04-02) -

- #361 Improve documentation
(thanks to xeruf)
- #389 Extend summary configuration
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3acf704

Please sign in to comment.