Skip to content

Commit 7992986

Browse files
authored
release: v0.9.0 (#179)
1 parent 6da4943 commit 7992986

File tree

3 files changed

+45
-103
lines changed

3 files changed

+45
-103
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.9.0]
9+
10+
### Added
11+
12+
- Chunked stac-geoparquet writing ([#178](https://github.com/stac-utils/rustac-py/pull/178))
13+
814
### Removed
915

1016
- STAC typed dicts ([#177](https://github.com/stac-utils/rustac-py/pull/177))
@@ -259,7 +265,8 @@ Non-functional release to fix releasing from Github actions.
259265

260266
Initial release.
261267

262-
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.8.4...main
268+
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.9.0...main
269+
[0.9.0]: https://github.com/stac-utils/rustac-py/compare/v0.8.4...v0.9.0
263270
[0.8.4]: https://github.com/stac-utils/rustac-py/compare/v0.8.3...v0.8.4
264271
[0.8.3]: https://github.com/stac-utils/rustac-py/compare/v0.8.2...v0.8.3
265272
[0.8.2]: https://github.com/stac-utils/rustac-py/compare/v0.8.1...v0.8.2

Cargo.lock

Lines changed: 35 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

@@ -33,7 +33,7 @@ pythonize = "0.26.0"
3333
rustac = { version = "0.1.1", features = ["pgstac"] }
3434
serde = "1.0.217"
3535
serde_json = { version = "1.0.138", features = ["preserve_order"] }
36-
stac = { version = "0.13.2", features = ["geoarrow", "geoparquet"] }
36+
stac = { version = "0.14.0", features = ["geoarrow", "geoparquet"] }
3737
stac-api = { version = "0.8.1", features = ["client"] }
3838
stac-duckdb = "0.2.1"
3939
stac-io = { version = "0.1.1", features = ["store-all"] }
@@ -43,8 +43,3 @@ tracing = "0.1.41"
4343

4444
[build-dependencies]
4545
cargo-lock = "10"
46-
47-
[patch.crates-io]
48-
stac = { git = 'https://github.com/stac-utils/rustac.git' }
49-
stac-io = { git = 'https://github.com/stac-utils/rustac.git' }
50-
rustac = { git = 'https://github.com/stac-utils/rustac.git' }

0 commit comments

Comments
 (0)