Skip to content

Commit

Permalink
heyoka 0.20.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jan 5, 2023
1 parent aea64f8 commit 4711efa
Show file tree
Hide file tree
Showing 2 changed files with 8 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 0.20.0 LANGUAGES CXX C)
project(heyoka VERSION 0.20.1 LANGUAGES CXX C)

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

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

0.20.1 (2023-01-05)
-------------------

- Mark as visible a couple of internal functions which
had been marked as hidden by mistake
(`#286 <https://github.com/bluescarni/heyoka/pull/286>`__).

0.20.0 (2022-12-17)
-------------------

Expand Down

0 comments on commit 4711efa

Please sign in to comment.