Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bosth authored and Benjamin Trigona-Harany committed Sep 8, 2024
1 parent a1f0124 commit ffe56a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffe56a5

Please sign in to comment.