diff --git a/CHANGELOG.md b/CHANGELOG.md index aae4421..de2d940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.7.1] - 2025-05-02 + ### Fixed - `proj:geometry` ([#120](https://github.com/stac-utils/rustac-py/pull/120)) @@ -206,7 +208,8 @@ Non-functional release to fix releasing from Github actions. Initial release. -[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.7.0.6...main +[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.7.1...main +[0.7.1]: https://github.com/stac-utils/rustac-py/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/stac-utils/rustac-py/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/stac-utils/rustac-py/compare/v0.5.9...v0.6.0 [0.5.9]: https://github.com/stac-utils/rustac-py/compare/v0.5.8...v0.5.9 diff --git a/Cargo.lock b/Cargo.lock index 766bd6e..a513bea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3393,7 +3393,7 @@ dependencies = [ [[package]] name = "rustac-py" -version = "0.7.0" +version = "0.7.1" dependencies = [ "cargo-lock", "clap", diff --git a/Cargo.toml b/Cargo.toml index cae103c..f0ab457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustac-py" -version = "0.7.0" +version = "0.7.1" edition = "2024" publish = false