diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e5d8a6c3..d4e2d98ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/doc/changelog.rst b/doc/changelog.rst index fc803b57e..e92bf3839 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,16 @@ Changelog ========= +2.0.1 (unreleased) +------------------ + +Fix +~~~ + +- Fix orbital elements singularity when using the VSOP2013 + theory at low precision + (`#348 `__). + 2.0.0 (2023-09-22) ------------------