Skip to content

Commit d9f47c1

Browse files
committed
Updates for v48
1 parent 0e8be8a commit d9f47c1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ option(TROMPELOEIL_BUILD_TESTS "Build self test programs" off)
1010

1111
write_basic_package_version_file(
1212
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
13-
VERSION 47
13+
VERSION 48
1414
COMPATIBILITY AnyNewerVersion
1515
ARCH_INDEPENDENT)
1616

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
* Dropped older compilers from CI builds (gcc <= 6 and clang <= 7) since
27
GitHub actions now require node-20, and no build environment is
38
currently available that both supports node-20 and older compilers.

0 commit comments

Comments
 (0)