Skip to content

Commit 5be19d1

Browse files
chore: release
1 parent 2dfc36e commit 5be19d1

10 files changed

Lines changed: 40 additions & 10 deletions

File tree

crates/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.10](https://github.com/stac-utils/rustac/compare/rustac-v0.2.9...rustac-v0.2.10) - 2026-03-10
8+
9+
### Other
10+
11+
- updated the following local packages: stac-duckdb, stac-io, stac-server, stac-validate
12+
713
## [0.2.9](https://github.com/stac-utils/rustac/compare/rustac-v0.2.8...rustac-v0.2.9) - 2026-03-02
814

915
### Added

crates/cli/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustac"
33
description = "Command line interface for rustac"
4-
version = "0.2.9"
4+
version = "0.2.10"
55
keywords = ["geospatial", "stac", "metadata", "geo", "raster"]
66
authors.workspace = true
77
edition.workspace = true
@@ -27,13 +27,13 @@ futures-util.workspace = true
2727
pgstac = { version = "0.4.8", path = "../pgstac", optional = true }
2828
serde_json.workspace = true
2929
stac = { version = "0.16.5", path = "../core" }
30-
stac-duckdb = { version = "0.3.7", path = "../duckdb" }
31-
stac-io = { version = "0.2.7", path = "../io", features = [
30+
stac-duckdb = { version = "0.3.8", path = "../duckdb" }
31+
stac-io = { version = "0.2.8", path = "../io", features = [
3232
"store-all",
3333
"geoparquet",
3434
] }
35-
stac-server = { version = "0.5.1", path = "../server", features = ["axum", "duckdb"] }
36-
stac-validate = { version = "0.6.7", path = "../validate" }
35+
stac-server = { version = "0.5.2", path = "../server", features = ["axum", "duckdb"] }
36+
stac-validate = { version = "0.6.8", path = "../validate" }
3737
tokio = { workspace = true, features = [
3838
"macros",
3939
"io-std",

crates/duckdb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.8](https://github.com/stac-utils/rustac/compare/stac-duckdb-v0.3.7...stac-duckdb-v0.3.8) - 2026-03-10
8+
9+
### Other
10+
11+
- update Cargo.toml dependencies
12+
713
## [0.3.7](https://github.com/stac-utils/rustac/compare/stac-duckdb-v0.3.6...stac-duckdb-v0.3.7) - 2026-03-02
814

915
### Other

crates/duckdb/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-duckdb"
33
description = "Client for querying stac-geoparquet using DuckDB"
4-
version = "0.3.7"
4+
version = "0.3.8"
55
keywords = ["geospatial", "stac", "metadata", "geo", "raster"]
66
authors.workspace = true
77
edition.workspace = true

crates/io/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.8](https://github.com/stac-utils/rustac/compare/stac-io-v0.2.7...stac-io-v0.2.8) - 2026-03-10
8+
9+
### Other
10+
11+
- update Cargo.toml dependencies
12+
713
## [0.2.7](https://github.com/stac-utils/rustac/compare/stac-io-v0.2.6...stac-io-v0.2.7) - 2026-03-02
814

915
### Fixed

crates/io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stac-io"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
description = "Input and output (I/O) for the SpatioTemporal Asset Catalog (STAC)"
55
authors.workspace = true
66
edition.workspace = true

crates/server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.5.2](https://github.com/stac-utils/rustac/compare/stac-server-v0.5.1...stac-server-v0.5.2) - 2026-03-10
8+
9+
### Other
10+
11+
- downgrade duckdb
12+
713
## [0.5.1](https://github.com/stac-utils/rustac/compare/stac-server-v0.5.0...stac-server-v0.5.1) - 2026-03-02
814

915
### Other

crates/server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stac-server"
33
description = "SpatioTemporal Asset Catalog (STAC) API server"
4-
version = "0.5.1"
4+
version = "0.5.2"
55
keywords = ["geospatial", "stac", "metadata", "geo", "server"]
66
categories = ["science", "data-structures"]
77
edition.workspace = true
@@ -36,7 +36,7 @@ serde.workspace = true
3636
serde_json.workspace = true
3737
serde_urlencoded.workspace = true
3838
stac = { version = "0.16.5", path = "../core" }
39-
stac-duckdb = { version = "0.3.7", path = "../duckdb", optional = true }
39+
stac-duckdb = { version = "0.3.8", path = "../duckdb", optional = true }
4040
thiserror.workspace = true
4141
tokio-postgres = { workspace = true, optional = true }
4242
tokio-postgres-rustls = { workspace = true, optional = true }

crates/validate/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.8](https://github.com/stac-utils/rustac/compare/stac-validate-v0.6.7...stac-validate-v0.6.8) - 2026-03-10
8+
9+
### Other
10+
11+
- update Cargo.toml dependencies
12+
713
## [0.6.7](https://github.com/stac-utils/rustac/compare/stac-validate-v0.6.6...stac-validate-v0.6.7) - 2026-03-02
814

915
### Other

crates/validate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stac-validate"
3-
version = "0.6.7"
3+
version = "0.6.8"
44
readme = "README.md"
55
description = "json-schema validation for the Rust implementation of the STAC specification"
66
authors.workspace = true

0 commit comments

Comments
 (0)