diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 625233d..a21fd42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,14 +7,14 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.10.1 hooks: - id: mypy additional_dependencies: - click~=8.1.6 - pytest~=8.0 - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.4.9 + rev: v0.5.1 hooks: - id: ruff types_or: [python, pyi, jupyter] diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6cc27..da640f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.3.8] - 2024-07-11 + ### Fixed - Forcing the north or the south pole wasn't working in some cases ([#125](https://github.com/gadomski/antimeridian/pull/125)) @@ -144,7 +146,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.7...HEAD +[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.3.8...HEAD +[0.3.8]: https://github.com/gadomsk/antimeridian/compare/v0.3.7...v0.3.8 [0.3.7]: https://github.com/gadomsk/antimeridian/compare/v0.3.6...v0.3.7 [0.3.6]: https://github.com/gadomsk/antimeridian/compare/v0.3.5...v0.3.6 [0.3.5]: https://github.com/gadomsk/antimeridian/compare/v0.3.4...v0.3.5 diff --git a/pyproject.toml b/pyproject.toml index 8b53aec..53440e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "antimeridian" -version = "0.3.7" +version = "0.3.8" authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }] description = "Fix GeoJSON geometries that cross the antimeridian" readme = "README.md"