From 17370373cd5fd6322b85dc3fab580cd022cd463d Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Thu, 17 Oct 2024 07:21:07 -0600 Subject: [PATCH] release: v0.3.11 --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e74a6..c5d2f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.3.11] - 2024-10-17 + +### Fixed + +- Bounding boxes for globe-spanning geometries ([#150](https://github.com/gadomski/antimeridian/pull/150)) + ## [0.3.10] - 2024-10-17 ### Added @@ -158,7 +164,8 @@ This v0.1.0 release is to indicate that we think that this package is ready to u Initial release. -[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.3.10...HEAD +[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.3.11...HEAD +[0.3.11]: https://github.com/gadomsk/antimeridian/compare/v0.3.10...v0.3.11 [0.3.10]: https://github.com/gadomsk/antimeridian/compare/v0.3.9...v0.3.10 [0.3.9]: https://github.com/gadomsk/antimeridian/compare/v0.3.8...v0.3.9 [0.3.8]: https://github.com/gadomsk/antimeridian/compare/v0.3.7...v0.3.8 diff --git a/pyproject.toml b/pyproject.toml index 6f62ea4..cec063e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "antimeridian" -version = "0.3.10" +version = "0.3.11" authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }] description = "Fix GeoJSON geometries that cross the 180th meridian" readme = "README.md"