Skip to content

Commit

Permalink
Updates for v48
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Jul 14, 2024
1 parent 0e8be8a commit d9f47c1
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 @@ -10,7 +10,7 @@ option(TROMPELOEIL_BUILD_TESTS "Build self test programs" off)

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
VERSION 47
VERSION 48
COMPATIBILITY AnyNewerVersion
ARCH_INDEPENDENT)

Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v48 2024-07-17

* Fixed memory leak when adding an action (.RETURN, .SIDE_EFFECT, etc)
throws. Thank you Dominic Koepke for the fix.

* Dropped older compilers from CI builds (gcc <= 6 and clang <= 7) since
GitHub actions now require node-20, and no build environment is
currently available that both supports node-20 and older compilers.
Expand Down

0 comments on commit d9f47c1

Please sign in to comment.