Skip to content

Commit 35051c0

Browse files
committed
Updates for v5
1 parent fa92d4a commit 35051c0

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
@@ -18,7 +18,7 @@ project(strong_type)
1818
include(GNUInstallDirs)
1919
include(CMakePackageConfigHelpers)
2020

21-
set(STRONG_TYPE_VERSION 2)
21+
set(STRONG_TYPE_VERSION 5)
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v5 2022-10-20
2+
13
* Fixed issue #22, a regression with strong::formattable and fmtlib.
24
A type that is strong::ostreamable con be formatted with fmt. A
35
type that is both strong::formattable and strong::ostreamable will

0 commit comments

Comments
 (0)