Skip to content

Commit fc17edb

Browse files
committed
release: v0.4.0
1 parent 6c82934 commit fc17edb

File tree

4 files changed

+41
-35
lines changed

4 files changed

+41
-35
lines changed

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.4.0] - 2025-01-13
10+
911
### Added
1012

1113
- DuckDB client ([#15](https://github.com/gadomski/stacrs/pull/15))
@@ -95,7 +97,8 @@ Non-functional release to fix releasing from Github actions.
9597

9698
Initial release.
9799

98-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.3.0...main
100+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.4.0...main
101+
[0.4.0]: https://github.com/gadomski/stacrs/compare/v0.3.0...v0.4.0
99102
[0.3.0]: https://github.com/gadomski/stacrs/releases/tag/v0.3.0
100103
[0.2.2]: https://github.com/stac-utils/stac-rs/compare/python-v0.2.1...python-v0.2.2
101104
[0.2.1]: https://github.com/stac-utils/stac-rs/compare/python-v0.2.0...python-v0.2.1

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stacrs"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[lib]
@@ -10,8 +10,11 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
duckdb = { version = "1.1.1", features = ["bundled"] }
1212
geojson = "0.24.1"
13-
pyo3 = "0.23.3"
14-
pyo3-async-runtimes = { version = "0.23.0", features = ["tokio", "tokio-runtime"] }
13+
pyo3 = "0.23.4"
14+
pyo3-async-runtimes = { version = "0.23.0", features = [
15+
"tokio",
16+
"tokio-runtime",
17+
] }
1518
pyo3-log = "0.12.1"
1619
pythonize = "0.23.0"
1720
serde = "1.0.217"
@@ -25,5 +28,5 @@ stac-api = { version = "0.7.0", features = [
2528
"python",
2629
], git = "https://github.com/stac-utils/stac-rs" }
2730
stac-duckdb = { version = "0.1.0", git = "https://github.com/stac-utils/stac-rs" }
28-
thiserror = "2.0.9"
29-
tokio = { version = "1.42.0", features = ["rt"] }
31+
thiserror = "2.0.11"
32+
tokio = { version = "1.43.0", features = ["rt"] }

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

0 commit comments

Comments
 (0)