We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bae2b commit b21cdbaCopy full SHA for b21cdba
CMakeLists.txt
@@ -8,7 +8,7 @@ include(CheckCXXCompilerFlag)
8
9
write_basic_package_version_file(
10
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
11
- VERSION 44
+ VERSION 45
12
COMPATIBILITY AnyNewerVersion
13
ARCH_INDEPENDENT)
14
ChangeLog
@@ -1,3 +1,5 @@
1
+v45 2023-07-21
2
+
3
* Support matching regular expressions to std::string view
4
5
* Added adapter for QA Systems Cantata. Thank you Andreas Schätti
0 commit comments