From ffe56a5171e94960340ddb07978cf3b4fa3f0e42 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 8 Sep 2024 14:58:35 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- doc/release.md | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b8d3a..e7fb168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # Changelog -## [0.5.5] - +## [0.5.5] - 2024-09-08 ### Changed -* WKTs again default to 6 decimal places of precision but this is now controllable +* WKTs again default to 6 decimal places of precision but this is now configurable +* Check the number of coordinates in LineString and Polygon when reading from (E)WKT ### Fixed -* `geojson` could return `m` instead of `z` for LineStrings and Polygons -* Elminated possibility of scientific notation in (E)WKT output +* `geojson` no longer returns `m` values instead of `z` values for LineStrings and Polygons +* Eliminated possibility of scientific notation in (E)WKT output ## [0.5.4] - 2024-08-29 @@ -131,6 +132,7 @@ ## [0.0.2] - 2017-08-06 ## [0.0.1] - 2017-07-30 +[0.5.5]: https://github.com/bosth/plpygis/compare/v0.5.4...v0.5.5 [0.5.4]: https://github.com/bosth/plpygis/compare/v0.5.3...v0.5.4 [0.5.3]: https://github.com/bosth/plpygis/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/bosth/plpygis/compare/v0.5.1...v0.5.2 diff --git a/doc/release.md b/doc/release.md index d49df6c..f445d65 100644 --- a/doc/release.md +++ b/doc/release.md @@ -8,7 +8,7 @@ * Run `git tag vX.X.X` * Run `git push origin vX.X.X` * Run `python -m build` -* Run `twine upload dist/plpygis-X.X.X.tar.gz dist/plpygis-X.X.X-*whl` +* Run `twine upload dist/plpygis-X.X.X*` * On https://github.com/bosth/plpygis/tags, create a release from the new tag - Use vX.X.X tag - Use vX.X.X as the title