Skip to content

Commit 5b77064

Browse files
committed
release: stac-api v0.7.1
1 parent f1c0cc6 commit 5b77064

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

crates/api/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.1] - 2025-01-31
10+
911
### Added
1012

1113
- kwargs to Python search build ([#591](https://github.com/stac-utils/stac-rs/pull/591))
@@ -152,7 +154,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
152154

153155
Initial release
154156

155-
[unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.7.0...main
157+
[unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.7.1...main
158+
[0.7.1]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.7.0...stac-api-v0.7.1
156159
[0.7.0]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.6.2...stac-api-v0.7.0
157160
[0.6.2]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.6.1...stac-api-v0.6.2
158161
[0.6.1]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.6.0...stac-api-v0.6.1

crates/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stac-api"
33
description = "Rust library for the SpatioTemporal Asset Catalog (STAC) API specification"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
keywords = ["geospatial", "stac", "metadata", "geo", "api"]
66
categories = ["science", "data-structures", "web-programming"]
77
authors.workspace = true

0 commit comments

Comments
 (0)