Enter commit hash for release 1.8.0

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2025-04-20 21:38:42 +02:00
parent 2257084710
commit e092041a38
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
------ current release --------------------------- ------ current release ---------------------------
1.8.0 (2025-04-20) - 1.8.0 (2025-04-20) - 2257084710247189231118bc9257180a815ef21a
- #658 Add sub-command 'range' to command 'modify' - #658 Add sub-command 'range' to command 'modify'
(thanks to Sebastian Carlos) (thanks to Sebastian Carlos)