Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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).

## [0.2.13](https://github.com/stac-utils/rustac/compare/rustac-v0.2.12...rustac-v0.2.13) - 2026-07-21

### Other

- updated the following local packages: stac-io, stac-validate

## [0.2.12](https://github.com/stac-utils/rustac/compare/rustac-v0.2.11...rustac-v0.2.12) - 2026-06-25

### Other
Expand Down
6 changes: 3 additions & 3 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustac"
description = "Command line interface for rustac"
version = "0.2.12"
version = "0.2.13"
keywords = ["geospatial", "stac", "metadata", "geo", "raster"]
authors.workspace = true
edition.workspace = true
Expand All @@ -28,12 +28,12 @@ pgstac = { workspace = true, optional = true }
serde_json.workspace = true
stac = { version = "0.17.2", path = "../core" }
stac-duckdb = { version = "0.3.9", path = "../duckdb" }
stac-io = { version = "0.3.0", path = "../io", features = [
stac-io = { version = "0.3.1", path = "../io", features = [
"store-all",
"geoparquet",
] }
stac-server = { version = "0.5.4", path = "../server", features = ["axum", "duckdb"] }
stac-validate = { version = "0.6.10", path = "../validate" }
stac-validate = { version = "0.6.11", path = "../validate" }
tokio = { workspace = true, features = [
"macros",
"io-std",
Expand Down
6 changes: 6 additions & 0 deletions crates/io/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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).

## [0.3.1](https://github.com/stac-utils/rustac/compare/stac-io-v0.3.0...stac-io-v0.3.1) - 2026-07-21

### Added

- *(io)* add streaming ItemCollection search writer ([#1088](https://github.com/stac-utils/rustac/pull/1088))

## [0.3.0](https://github.com/stac-utils/rustac/compare/stac-io-v0.2.10...stac-io-v0.3.0) - 2026-06-25

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stac-io"
version = "0.3.0"
version = "0.3.1"
description = "Input and output (I/O) for the SpatioTemporal Asset Catalog (STAC)"
authors.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/validate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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).

## [0.6.11](https://github.com/stac-utils/rustac/compare/stac-validate-v0.6.10...stac-validate-v0.6.11) - 2026-07-21

### Other

- update Cargo.toml dependencies

## [0.6.10](https://github.com/stac-utils/rustac/compare/stac-validate-v0.6.9...stac-validate-v0.6.10) - 2026-06-25

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/validate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stac-validate"
version = "0.6.10"
version = "0.6.11"
readme = "README.md"
description = "json-schema validation for the Rust implementation of the STAC specification"
authors.workspace = true
Expand Down