Skip to content

Commit 58d01aa

Browse files
authored
release: v0.4.5 (#191)
1 parent c29c8a0 commit 58d01aa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.4.5] - 2025-11-26
10+
911
### Added
1012

1113
- Error response for unfixable polygons ([#190](https://github.com/gadomski/antimeridian/pull/190))
@@ -209,7 +211,8 @@ This v0.1.0 release is to indicate that we think that this package is ready to u
209211

210212
Initial release.
211213

212-
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.4.4...HEAD
214+
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.4.5...HEAD
215+
[0.4.5]: https://github.com/gadomsk/antimeridian/compare/v0.4.4...v0.4.5
213216
[0.4.4]: https://github.com/gadomsk/antimeridian/compare/v0.4.3...v0.4.4
214217
[0.4.3]: https://github.com/gadomsk/antimeridian/compare/v0.4.2...v0.4.3
215218
[0.4.2]: https://github.com/gadomsk/antimeridian/compare/v0.4.1...v0.4.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "antimeridian"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }]
55
description = "Correct GeoJSON geometries that cross the 180th meridian"
66
readme = "README.md"

0 commit comments

Comments
 (0)