Skip to content

Commit a8a3b76

Browse files
authored
release: v0.4.1 (#169)
1 parent 6a2931d commit a8a3b76

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.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.13.0
9+
rev: v1.15.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.8.3
16+
rev: v0.11.4
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.1] - 2025-04-10
10+
11+
### Added
12+
13+
- Reverse argument ([#167](https://github.com/gadomski/antimeridian/pull/167))
14+
915
## [0.4.0] - 2024-12-17
1016

1117
### Added
@@ -181,7 +187,8 @@ This v0.1.0 release is to indicate that we think that this package is ready to u
181187

182188
Initial release.
183189

184-
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.4.0...HEAD
190+
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.4.1...HEAD
191+
[0.4.1]: https://github.com/gadomsk/antimeridian/compare/v0.4.0...v0.4.1
185192
[0.4.0]: https://github.com/gadomsk/antimeridian/compare/v0.3.12...v0.4.0
186193
[0.3.12]: https://github.com/gadomsk/antimeridian/compare/v0.3.11...v0.3.12
187194
[0.3.11]: https://github.com/gadomsk/antimeridian/compare/v0.3.10...v0.3.11

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.0"
3+
version = "0.4.1"
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)