Skip to content

Commit

Permalink
release: v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 17, 2024
1 parent 9ef806c commit 6e6db05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.0
hooks:
- id: mypy
additional_dependencies:
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.3.10] - 2024-10-17

### Added

- `bbox` subcommand to CLI ([#148](https://github.com/gadomski/antimeridian/pull/148))

## [0.3.9]
## [0.3.9] - 2024-10-12

### Added

Expand Down Expand Up @@ -156,7 +158,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.9...HEAD
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.3.10...HEAD
[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
[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
Expand Down
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.9"
version = "0.3.10"
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 6e6db05

Please sign in to comment.