Skip to content

Commit 38640fd

Browse files
authored
release: v0.8.1 (#153)
1 parent ad33f39 commit 38640fd

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.8.1] - 2025-06-16
9+
810
### Added
911

1012
- `type` field to geoparquet writes ([#136](https://github.com/stac-utils/rustac-py/pull/136), <https://github.com/stac-utils/rustac/pull/736>)
@@ -237,7 +239,8 @@ Non-functional release to fix releasing from Github actions.
237239

238240
Initial release.
239241

240-
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.8.0...main
242+
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.8.1...main
243+
[0.8.1]: https://github.com/stac-utils/rustac-py/compare/v0.8.0...v0.8.1
241244
[0.8.0]: https://github.com/stac-utils/rustac-py/compare/v0.7.2...v0.8.0
242245
[0.7.2]: https://github.com/stac-utils/rustac-py/compare/v0.7.1...v0.7.2
243246
[0.7.1]: https://github.com/stac-utils/rustac-py/compare/v0.7.0...v0.7.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustac-py"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2024"
55
publish = false
66

@@ -13,7 +13,7 @@ duckdb-bundled = ["stac-duckdb/bundled"]
1313

1414
[dependencies]
1515
clap = "4.5.31"
16-
duckdb = { version = "1.2.2", features = ["serde_json"] }
16+
duckdb = { version = "1.3.0", features = ["serde_json"] }
1717
geoarrow-array = { git = "https://github.com/geoarrow/geoarrow-rs/", rev = "17bf33e4cf78b060afa08ca9560dc4efd73c2c76" }
1818
geojson = "0.24.1"
1919
pyo3 = { version = "0.24.1", features = ["extension-module"] }

0 commit comments

Comments
 (0)