Skip to content

Commit 0d31231

Browse files
authored
release: v0.4.3 (#176)
1 parent e70e65f commit 0d31231

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ repos:
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- repo: https://github.com/pre-commit/mirrors-mypy
9-
rev: v1.15.0
9+
rev: v1.17.0
1010
hooks:
1111
- id: mypy
1212
additional_dependencies:
1313
- click~=8.1.6
1414
- pytest>=8.0
1515
- repo: https://github.com/charliermarsh/ruff-pre-commit
16-
rev: v0.11.4
16+
rev: v0.12.5
1717
hooks:
1818
- id: ruff
1919
types_or: [python, pyi, jupyter]

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.3] - 2025-07-25
10+
11+
### Fixed
12+
13+
- Too-aggressive `isclose` for points close to the antimeridian ([#175](https://github.com/gadomski/antimeridian/pull/175))
14+
915
## [0.4.2] - 2025-07-14
1016

1117
### Fixed
@@ -193,7 +199,8 @@ This v0.1.0 release is to indicate that we think that this package is ready to u
193199

194200
Initial release.
195201

196-
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.4.2...HEAD
202+
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.4.3...HEAD
203+
[0.4.3]: https://github.com/gadomsk/antimeridian/compare/v0.4.2...v0.4.3
197204
[0.4.2]: https://github.com/gadomsk/antimeridian/compare/v0.4.1...v0.4.2
198205
[0.4.1]: https://github.com/gadomsk/antimeridian/compare/v0.4.0...v0.4.1
199206
[0.4.0]: https://github.com/gadomsk/antimeridian/compare/v0.3.12...v0.4.0

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.2"
3+
version = "0.4.3"
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)