Skip to content

Commit 6c6a5bf

Browse files
committed
Update for v14
1 parent d101e70 commit 6c6a5bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include(CMakePackageConfigHelpers)
2020

2121
option(STRONG_TYPE_UNIT_TEST off "Decide whether to build unit tests or not")
2222

23-
set(STRONG_TYPE_VERSION 13)
23+
set(STRONG_TYPE_VERSION 14)
2424
set(INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
2525
set(MASTER_PROJECT OFF)
2626
if (${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v14 2024-03-05
2+
13
* Added several missing [[nodiscard]]
24

35
* .begin() and .end() are now constexpr for strong::range types. Thanks

0 commit comments

Comments
 (0)