Skip to content

Commit

Permalink
heyoka 4.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Apr 4, 2024
1 parent 341c1cf commit 7b4575d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()

project(heyoka VERSION 4.0.2 LANGUAGES CXX C)
project(heyoka VERSION 4.0.3 LANGUAGES CXX C)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma")

Expand Down
12 changes: 12 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

4.0.3 (2024-04-04)
------------------

Fix
~~~

- Workaround compilation failures in the unit tests
when using GCC 13
(`#409 <https://github.com/bluescarni/heyoka/pull/409>`__).
- Fix compilation on FreeBSD
(`#407 <https://github.com/bluescarni/heyoka/pull/407>`__).

4.0.2 (2024-03-03)
------------------

Expand Down

0 comments on commit 7b4575d

Please sign in to comment.