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 0e8be8a commit d9f47c1Copy full SHA for d9f47c1
CMakeLists.txt
@@ -10,7 +10,7 @@ option(TROMPELOEIL_BUILD_TESTS "Build self test programs" off)
10
11
write_basic_package_version_file(
12
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
13
- VERSION 47
+ VERSION 48
14
COMPATIBILITY AnyNewerVersion
15
ARCH_INDEPENDENT)
16
ChangeLog
@@ -1,3 +1,8 @@
1
+v48 2024-07-17
2
+
3
+ * Fixed memory leak when adding an action (.RETURN, .SIDE_EFFECT, etc)
4
+ throws. Thank you Dominic Koepke for the fix.
5
6
* Dropped older compilers from CI builds (gcc <= 6 and clang <= 7) since
7
GitHub actions now require node-20, and no build environment is
8
currently available that both supports node-20 and older compilers.
0 commit comments