Skip to content

Commit

Permalink
Update for v6
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Oct 21, 2022
1 parent 6d64b1d commit 558b79f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project(strong_type)
include(GNUInstallDirs)
include(CMakePackageConfigHelpers)

set(STRONG_TYPE_VERSION 5)
set(STRONG_TYPE_VERSION 6)
set(INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
set(MASTER_PROJECT OFF)
if (${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v6 2022-10-21

* Added missing strong::is_ostreamable<> predicate needed for fmtlib 9.
Thank you Tim Blechman @timblechmann for submitting the fix.

v5 2022-10-20

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

0 comments on commit 558b79f

Please sign in to comment.