Skip to content

Commit

Permalink
Bump to version 3, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Oct 6, 2023
1 parent e409643 commit c048aaf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 2.0.1 LANGUAGES CXX C)
project(heyoka VERSION 3.0.0 LANGUAGES CXX C)

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

Expand Down Expand Up @@ -302,7 +302,7 @@ if(HEYOKA_WITH_SLEEF)
endif()

# Setup the heyoka ABI version number.
set(HEYOKA_ABI_VERSION 23)
set(HEYOKA_ABI_VERSION 24)

if(HEYOKA_BUILD_STATIC_LIBRARY)
# Setup of the heyoka static library.
Expand Down
9 changes: 8 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
Changelog
=========

2.0.1 (unreleased)
3.0.0 (unreleased)
------------------

Fix
~~~

- Prevent accidental leaking in the public headers of
serialisation implementation details
(`#350 <https://github.com/bluescarni/heyoka/pull/350>`__).
- Fix wrong version compatibility setting in the CMake config-file package
(`#350 <https://github.com/bluescarni/heyoka/pull/350>`__).
- Work around test failure on ARM + LLVM 17
(`#350 <https://github.com/bluescarni/heyoka/pull/350>`__).
- Fix orbital elements singularity when using the VSOP2013
theory at low precision
(`#348 <https://github.com/bluescarni/heyoka/pull/348>`__).
Expand Down

0 comments on commit c048aaf

Please sign in to comment.