diff --git a/CHANGELOG.md b/CHANGELOG.md index fd30c86..0078a71 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.2] - 2025-05-05 + ### Fixed - Search ([#122](https://github.com/stac-utils/rustac-py/pull/122)) @@ -213,7 +215,8 @@ Non-functional release to fix releasing from Github actions. Initial release. -[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.7.1...main +[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.7.2...main +[0.7.2]: https://github.com/stac-utils/rustac-py/compare/v0.7.1...v0.7.2 [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 diff --git a/Cargo.lock b/Cargo.lock index 2a82c8b..f05bcd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3393,7 +3393,7 @@ dependencies = [ [[package]] name = "rustac-py" -version = "0.7.1" +version = "0.7.2" dependencies = [ "cargo-lock", "clap", diff --git a/Cargo.toml b/Cargo.toml index f0ab457..c7af62f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustac-py" -version = "0.7.1" +version = "0.7.2" edition = "2024" publish = false