Skip to content

Commit 15b8ec3

Browse files
committed
release: duckdb v0.2.0
1 parent 2294d6c commit 15b8ec3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ serde_urlencoded = "0.7.1"
8383
stac = { version = "0.13.0", path = "crates/core" }
8484
stac-api = { version = "0.8.0", path = "crates/api" }
8585
stac-derive = { version = "0.3.0", path = "crates/derive" }
86-
stac-duckdb = { version = "0.1.1", path = "crates/duckdb" }
86+
stac-duckdb = { version = "0.2.0", path = "crates/duckdb" }
8787
stac-extensions = { version = "0.1.0", path = "crates/extensions" }
8888
stac-io = { version = "0.1.0", path = "crates/io" }
8989
stac-server = { version = "0.3.2", path = "crates/server" }

crates/duckdb/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.2.0] - 2025-07-11
10+
911
### Added
1012

1113
- Read hive partitioned datasets ([#624](https://github.com/stac-utils/rustac/pull/624))
@@ -49,7 +51,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4951

5052
Initial release of **stac-duckdb**.
5153

52-
[Unreleased]: https://github.com/stac-utils/rustac/compare/stac-duckdb-v0.1.1...main
54+
[Unreleased]: https://github.com/stac-utils/rustac/compare/stac-duckdb-v0.2.0...main
55+
[0.2.0]: https://github.com/stac-utils/rustac/compare/stac-duckdb-v0.1.1...stac-duckdb-v0.2.0
5356
[0.1.1]: https://github.com/stac-utils/rustac/compare/stac-duckdb-v0.1.0...stac-duckdb-v0.1.1
5457
[0.1.0]: https://github.com/stac-utils/rustac/compare/stac-duckdb-v0.0.3...stac-duckdb-v0.1.0
5558
[0.0.3]: https://github.com/stac-utils/rustac/compare/stac-duckdb-v0.0.2...stac-duckdb-v0.0.3

crates/duckdb/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-duckdb"
33
description = "Client for querying stac-geoparquet using DuckDB"
4-
version = "0.1.1"
4+
version = "0.2.0"
55
keywords = ["geospatial", "stac", "metadata", "geo", "raster"]
66
authors.workspace = true
77
edition.workspace = true
@@ -33,4 +33,4 @@ thiserror.workspace = true
3333
[dev-dependencies]
3434
geo.workspace = true
3535
rstest.workspace = true
36-
stac-validate.workspace = true
36+
stac-validate = { path = "../validate" }

0 commit comments

Comments
 (0)