From 4fc866438baa887a02e95d1c212bd93159bc2eb9 Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Thu, 28 Sep 2023 16:44:06 +0200 Subject: [PATCH] Bump to 2.0.1, update changelog. --- CMakeLists.txt | 2 +- doc/changelog.rst | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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) ------------------