Skip to content

Commit

Permalink
Bump to 2.0.1, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Sep 28, 2023
1 parent a92ce6c commit 4fc8664
Show file tree
Hide file tree
Showing 2 changed files with 11 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 2.0.0 LANGUAGES CXX C)
project(heyoka VERSION 2.0.1 LANGUAGES CXX C)

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

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

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

Fix
~~~

- Fix orbital elements singularity when using the VSOP2013
theory at low precision
(`#348 <https://github.com/bluescarni/heyoka/pull/348>`__).

2.0.0 (2023-09-22)
------------------

Expand Down

0 comments on commit 4fc8664

Please sign in to comment.