Skip to content

Commit 619b6fc

Browse files
authored
release: v0.7.1 (#121)
1 parent 0516f9d commit 619b6fc

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.1] - 2025-05-02
9+
810
### Fixed
911

1012
- `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.
206208

207209
Initial release.
208210

209-
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.7.0.6...main
211+
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.7.1...main
212+
[0.7.1]: https://github.com/stac-utils/rustac-py/compare/v0.7.0...v0.7.1
210213
[0.7.0]: https://github.com/stac-utils/rustac-py/compare/v0.6.0...v0.7.0
211214
[0.6.0]: https://github.com/stac-utils/rustac-py/compare/v0.5.9...v0.6.0
212215
[0.5.9]: https://github.com/stac-utils/rustac-py/compare/v0.5.8...v0.5.9

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.0"
3+
version = "0.7.1"
44
edition = "2024"
55
publish = false
66

0 commit comments

Comments
 (0)