diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ad38117..aa298a0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(CheckCXXCompilerFlag) write_basic_package_version_file( "${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake" - VERSION 44 + VERSION 45 COMPATIBILITY AnyNewerVersion ARCH_INDEPENDENT) diff --git a/ChangeLog b/ChangeLog index a45c8907..269ab29b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +v45 2023-07-21 + * Support matching regular expressions to std::string view * Added adapter for QA Systems Cantata. Thank you Andreas Schätti