From 824fb5911d2306f324bf5a6ea90535de81359270 Mon Sep 17 00:00:00 2001 From: fxpineau Date: Tue, 9 Apr 2024 13:34:00 +0200 Subject: [PATCH] Update CHANGES.md and build.properties to bump version number --- CHANGES.md | 10 ++++++++++ build.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cccc35f..54a3b07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,14 @@ +v0.30.3 (2024-04-09) +================== + +### Bug correction + +* See [this issue](https://github.com/cds-astro/cds-healpix-java/issues/18) + + Newton method failed in a corner case when trying to find a polygon "special point" + + We assume there is no specil point in such cases. + + v0.30.2 (2021-09-09) ================== diff --git a/build.properties b/build.properties index 7960a46..2e1224d 100644 --- a/build.properties +++ b/build.properties @@ -6,7 +6,7 @@ projname=cds/healpix jarname=cdshealpix packagename=cds.healpix version=0.30 -build=2 +build=3 # Main class to be executed by default mainclass=cds.healpix.HealpixCLI #Execution params