Skip to content

Commit 558b79f

Browse files
committed
Update for v6
1 parent 6d64b1d commit 558b79f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ project(strong_type)
1818
include(GNUInstallDirs)
1919
include(CMakePackageConfigHelpers)
2020

21-
set(STRONG_TYPE_VERSION 5)
21+
set(STRONG_TYPE_VERSION 6)
2222
set(INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
2323
set(MASTER_PROJECT OFF)
2424
if (${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v6 2022-10-21
2+
3+
* Added missing strong::is_ostreamable<> predicate needed for fmtlib 9.
4+
Thank you Tim Blechman @timblechmann for submitting the fix.
5+
16
v5 2022-10-20
27

38
* Fixed issue #22, a regression with strong::formattable and fmtlib.

0 commit comments

Comments
 (0)