Skip to content

Commit c4094d9

Browse files
authored
release: v0.7.2 (#126)
1 parent 8a6430c commit c4094d9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [0.7.2] - 2025-05-05
9+
810
### Fixed
911

1012
- Search ([#122](https://github.com/stac-utils/rustac-py/pull/122))
@@ -213,7 +215,8 @@ Non-functional release to fix releasing from Github actions.
213215

214216
Initial release.
215217

216-
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.7.1...main
218+
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.7.2...main
219+
[0.7.2]: https://github.com/stac-utils/rustac-py/compare/v0.7.1...v0.7.2
217220
[0.7.1]: https://github.com/stac-utils/rustac-py/compare/v0.7.0...v0.7.1
218221
[0.7.0]: https://github.com/stac-utils/rustac-py/compare/v0.6.0...v0.7.0
219222
[0.6.0]: https://github.com/stac-utils/rustac-py/compare/v0.5.9...v0.6.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustac-py"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2024"
55
publish = false
66

0 commit comments

Comments
 (0)