Skip to content

Commit eb9c5a3

Browse files
authored
release: stac-api v0.6.2 (#521)
1 parent e3ee444 commit eb9c5a3

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ serde = "1.0"
7474
serde_json = "1.0"
7575
serde_urlencoded = "0.7.1"
7676
stac = { version = "0.10.2", path = "crates/core" }
77-
stac-api = { version = "0.6.1", path = "crates/api" }
77+
stac-api = { version = "0.6.2", path = "crates/api" }
7878
stac-derive = { version = "0.1.0", path = "crates/derive" }
7979
stac-duckdb = { version = "0.0.2", path = "crates/duckdb" }
8080
stac-server = { version = "0.3.2", path = "crates/server" }

crates/api/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.6.2] - 2024-11-12
10+
11+
### Added
12+
13+
- `cql2` conversions
14+
- STAC API filter extension
15+
916
## [0.6.1] - 2024-10-22
1017

1118
### Added
@@ -130,7 +137,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
130137

131138
Initial release
132139

133-
[unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.6.1...main
140+
[unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.6.2...main
141+
[0.6.2]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.6.1...stac-api-v0.6.2
134142
[0.6.1]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.6.0...stac-api-v0.6.1
135143
[0.6.0]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.5.0...stac-api-v0.6.0
136144
[0.5.0]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.4.1...stac-api-v0.5.0

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.6.1"
4+
version = "0.6.2"
55
keywords = ["geospatial", "stac", "metadata", "geo", "api"]
66
categories = ["science", "data-structures", "web-programming"]
77
authors.workspace = true

0 commit comments

Comments
 (0)