Skip to content

Commit

Permalink
release: v0.3.12 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Dec 9, 2024
1 parent 0d55b1d commit ec9a59b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

<!-- markdownlint-disable-file MD024 -->
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "antimeridian"
version = "0.3.11"
version = "0.3.12"
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
description = "Fix GeoJSON geometries that cross the 180th meridian"
readme = "README.md"
Expand Down

0 comments on commit ec9a59b

Please sign in to comment.