Skip to content

Commit cd92ef8

Browse files
committed
Update for v12
1 parent 4ea47e9 commit cd92ef8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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 11)
23+
set(STRONG_TYPE_VERSION 12)
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
v12 2023-07-20
2+
13
* Fixed a bug where fmt formatter function was not const, as it must be
2-
per the documentation. Thank you Björn Schäpers for submitting the
4+
per the documentation. Thank you Tim Blechmann for submitting the
35
fix.
46

57
* Strong types can be weakly_ordered, strongly_ordered and

0 commit comments

Comments
 (0)