Release 1.8.0

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2025-04-19 23:10:56 +02:00
parent 549cb7ba61
commit 2257084710
4 changed files with 11 additions and 7 deletions

View file

@ -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.7.1/timew-1.7.1.tar.gz
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.8.0/timew-1.8.0.tar.gz
```
and expand the tarball
```
tar xzf timew-1.7.1.tar.gz
cd timew-1.7.1
tar xzf timew-1.8.0.tar.gz
cd timew-1.8.0
```
Build Timewarrior, optionally run the test suite, and install it.
```