From 23775827e3934d0b0207d43a31ad8c0d78a30b38 Mon Sep 17 00:00:00 2001 From: Jussi Saarivirta Date: Wed, 15 Jun 2022 20:18:41 +0300 Subject: [PATCH] Updated change logs, version numbers --- builds/api/notices/CHANGELOG | 9 +++++++++ builds/cli/notices/CHANGELOG | 9 +++++++++ src/WatneyAstrometry.Core/WatneyAstrometry.Core.csproj | 2 +- .../WatneyAstrometry.SolverApp.csproj | 2 +- .../WatneyAstrometry.WebApi.csproj | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/builds/api/notices/CHANGELOG b/builds/api/notices/CHANGELOG index 2af0e48..6f1613d 100644 --- a/builds/api/notices/CHANGELOG +++ b/builds/api/notices/CHANGELOG @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed +- Fixed the issue of truncating the exponent when writing long decimal + numbers with scientific notation to the solve result WCS FITS file headers. + + + +## [1.1.2] - 2022-04-18 + +### Fixed + - Fixed exceptions with ARM processors when running in 32bit operating systems ("A datatype misalignment was detected in a load or store instruction") which was unexpectedly caused by the previous quad database format changes. diff --git a/builds/cli/notices/CHANGELOG b/builds/cli/notices/CHANGELOG index de4f9d1..772a5bc 100644 --- a/builds/cli/notices/CHANGELOG +++ b/builds/cli/notices/CHANGELOG @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed +- Fixed the issue of truncating the exponent when writing long decimal + numbers with scientific notation to the solve result WCS FITS file headers. + + + +## [1.1.2] - 2022-04-18 + +### Fixed + - Fixed exceptions with ARM processors when running in 32bit operating systems ("A datatype misalignment was detected in a load or store instruction") which was unexpectedly caused by the previous quad database format changes. diff --git a/src/WatneyAstrometry.Core/WatneyAstrometry.Core.csproj b/src/WatneyAstrometry.Core/WatneyAstrometry.Core.csproj index af9fc08..d037c12 100644 --- a/src/WatneyAstrometry.Core/WatneyAstrometry.Core.csproj +++ b/src/WatneyAstrometry.Core/WatneyAstrometry.Core.csproj @@ -4,7 +4,7 @@ netstandard2.0 true AnyCPU;x64 - 1.1.2 + 1.1.3 Jussi Saarivirta WatneyAstrometry.Core WatneyAstrometry.Core is the core library of the WatneyAstrometry Astrometric Solver. diff --git a/src/WatneyAstrometry.SolverApp/WatneyAstrometry.SolverApp.csproj b/src/WatneyAstrometry.SolverApp/WatneyAstrometry.SolverApp.csproj index b4ea28e..1a368b4 100644 --- a/src/WatneyAstrometry.SolverApp/WatneyAstrometry.SolverApp.csproj +++ b/src/WatneyAstrometry.SolverApp/WatneyAstrometry.SolverApp.csproj @@ -6,7 +6,7 @@ Jussi Saarivirta Watney Astrometric Solver - 1.1.2 + 1.1.3 WatneyAstrometrySolver watney-solve WatneyAstrometry.SolverApp diff --git a/src/WatneyAstrometry.WebApi/WatneyAstrometry.WebApi.csproj b/src/WatneyAstrometry.WebApi/WatneyAstrometry.WebApi.csproj index c51d2ee..8ef576c 100644 --- a/src/WatneyAstrometry.WebApi/WatneyAstrometry.WebApi.csproj +++ b/src/WatneyAstrometry.WebApi/WatneyAstrometry.WebApi.csproj @@ -7,7 +7,7 @@ True apidoc.xml false - 1.1.2 + 1.1.3 watney-api