From 8ccd476d02ff79347830ca3bc982181f1b5658ff Mon Sep 17 00:00:00 2001 From: Attila Kovacs Date: Wed, 15 Jan 2025 11:49:49 +0100 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 10 +++++++--- include/novas.h | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef986776..c0cefc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.2.0] - 2025-01-15 -Release candidate for the next feature release, expected around 1 February 2025. +Feature release. New easy to use adapter modules for CALCEPH or the NAIF CSPICE Toolkit to provide precise positions +for Solar-system sources. Also, added support for Keplerian orbitals, such as the ones published by the IAU Minor +Planet Center (MPC) for asteroids, comets, and Near-Earth-Objects (NEOs). And, many more fixes and improvements. ### Fixed @@ -19,6 +21,8 @@ Release candidate for the next feature release, expected around 1 February 2025. - Fixed dummy `readeph()` implementation in `readeph0.c`, and the use of `DEFAULT_READEPH` in `config.mk`. `readeph0.c` is not linked by default, and was not linked in prior releases either. + - Cure LLVM `clang` compiler warnings, in tests and examples also. + ### Added @@ -130,7 +134,7 @@ Release candidate for the next feature release, expected around 1 February 2025. - Various small tweaks to Makefiles. - - Updated `README.md` documentation. + - Updated `README.md` and API documentation. diff --git a/include/novas.h b/include/novas.h index f369f77d..57d2e6a4 100644 --- a/include/novas.h +++ b/include/novas.h @@ -67,8 +67,8 @@ /// Integer sub version of the release #define SUPERNOVAS_PATCHLEVEL 0 -/// Additional release information in version, e.g. "-1", or "-rc1". -#define SUPERNOVAS_RELEASE_STRING "-devel" +/// Additional release information in version, e.g. "-1", or "-rc1", or empty string "" for releases. +#define SUPERNOVAS_RELEASE_STRING "" /// \cond PRIVATE