Skip to content

Commit 6904af1

Browse files
chore: release (#935)
## 🤖 New release * `pgstac`: 0.4.2 -> 0.4.3 (✓ API compatible changes) * `rustac`: 0.2.2 -> 0.2.3 * `stac-server`: 0.4.2 -> 0.4.3 <details><summary><i><b>Changelog</b></i></summary><p> ## `pgstac` <blockquote> ## [0.4.3](pgstac-v0.4.2...pgstac-v0.4.3) - 2026-01-14 ### Added - search directly from pgstac ([#933](#933)) </blockquote> ## `rustac` <blockquote> ## [0.2.3](rustac-v0.2.2...rustac-v0.2.3) - 2026-01-14 ### Added - search directly from pgstac ([#933](#933)) </blockquote> ## `stac-server` <blockquote> ## [0.4.3](stac-server-v0.4.2...stac-server-v0.4.3) - 2026-01-14 ### Other - updated the following local packages: pgstac </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: stac-utils-release-bot[bot] <249776822+stac-utils-release-bot[bot]@users.noreply.github.com>
1 parent 7bd5bce commit 6904af1

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

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.3](https://github.com/stac-utils/rustac/compare/rustac-v0.2.2...rustac-v0.2.3) - 2026-01-14
8+
9+
### Added
10+
11+
- search directly from pgstac ([#933](https://github.com/stac-utils/rustac/pull/933))
12+
713
## [0.2.2](https://github.com/stac-utils/rustac/compare/rustac-v0.2.1...rustac-v0.2.2) - 2026-01-05
814

915
### Added

crates/cli/Cargo.toml

Lines changed: 3 additions & 3 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.2"
4+
version = "0.2.3"
55
keywords = ["geospatial", "stac", "metadata", "geo", "raster"]
66
authors.workspace = true
77
edition.workspace = true
@@ -24,15 +24,15 @@ clap = { workspace = true, features = ["derive"] }
2424
clap_complete.workspace = true
2525
futures-core.workspace = true
2626
futures-util.workspace = true
27-
pgstac = { version = "0.4.2", path = "../pgstac", optional = true }
27+
pgstac = { version = "0.4.3", path = "../pgstac", optional = true }
2828
serde_json.workspace = true
2929
stac = { version = "0.16.0", path = "../core" }
3030
stac-duckdb = { version = "0.3.2", path = "../duckdb" }
3131
stac-io = { version = "0.2.2", path = "../io", features = [
3232
"store-all",
3333
"geoparquet",
3434
] }
35-
stac-server = { version = "0.4.2", path = "../server", features = ["axum", "duckdb"] }
35+
stac-server = { version = "0.4.3", path = "../server", features = ["axum", "duckdb"] }
3636
stac-validate = { version = "0.6.2", path = "../validate" }
3737
tokio = { workspace = true, features = [
3838
"macros",

crates/pgstac/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.4.3](https://github.com/stac-utils/rustac/compare/pgstac-v0.4.2...pgstac-v0.4.3) - 2026-01-14
8+
9+
### Added
10+
11+
- search directly from pgstac ([#933](https://github.com/stac-utils/rustac/pull/933))
12+
713
## [0.4.2](https://github.com/stac-utils/rustac/compare/pgstac-v0.4.1...pgstac-v0.4.2) - 2026-01-05
814

915
### Other

crates/pgstac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pgstac"
33
description = "Rust interface for pgstac"
4-
version = "0.4.2"
4+
version = "0.4.3"
55
keywords = ["geospatial", "stac", "metadata", "raster", "database"]
66
categories = ["database", "data-structures", "science"]
77
authors.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.4.3](https://github.com/stac-utils/rustac/compare/stac-server-v0.4.2...stac-server-v0.4.3) - 2026-01-14
8+
9+
### Other
10+
11+
- updated the following local packages: pgstac
12+
713
## [0.4.2](https://github.com/stac-utils/rustac/compare/stac-server-v0.4.1...stac-server-v0.4.2) - 2026-01-05
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.4.2"
4+
version = "0.4.3"
55
keywords = ["geospatial", "stac", "metadata", "geo", "server"]
66
categories = ["science", "data-structures"]
77
edition.workspace = true
@@ -30,7 +30,7 @@ bb8-postgres = { workspace = true, optional = true }
3030
bytes = { workspace = true, optional = true }
3131
http.workspace = true
3232
mime = { workspace = true, optional = true }
33-
pgstac = { version = "0.4.2", path = "../pgstac", optional = true }
33+
pgstac = { version = "0.4.3", path = "../pgstac", optional = true }
3434
rustls = { workspace = true, optional = true }
3535
serde.workspace = true
3636
serde_json.workspace = true

0 commit comments

Comments
 (0)