diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f43984..9e7cb7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,14 +6,14 @@ repos: - id: end-of-file-fixer - id: check-yaml - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.0 + rev: v1.13.0 hooks: - id: mypy additional_dependencies: - click~=8.1.6 - pytest>=8.0 - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.6.9 + rev: v0.8.2 hooks: - id: ruff types_or: [python, pyi, jupyter] diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d2f2d..748735c 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.12] - 2024-12-09 + +### Changed + +- Documentation updates for [JOSS paper](https://github.com/openjournals/joss-reviews/issues/7530). + ## [0.3.11] - 2024-10-17 ### Fixed @@ -164,7 +170,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.11...HEAD +[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.3.12...HEAD +[0.3.12]: https://github.com/gadomsk/antimeridian/compare/v0.3.11...v0.3.12 [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 @@ -187,3 +194,5 @@ Initial release. [0.1.0]: https://github.com/gadomsk/antimeridian/compare/v0.0.2...v0.1.0 [0.0.2]: https://github.com/gadomsk/antimeridian/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/gadomski/antimeridian/releases/tag/v0.0.1 + + diff --git a/pyproject.toml b/pyproject.toml index 85f9ce3..9b2f7e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "antimeridian" -version = "0.3.11" +version = "0.3.12" authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }] description = "Fix GeoJSON geometries that cross the 180th meridian" readme = "README.md"