Skip to content

Commit 2b14022

Browse files
committed
release: v0.6.0
1 parent d6e4356 commit 2b14022

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8-
## [0.6.0-rc.0] - 2025-04-17
8+
## [0.6.0] - 2025-04-18
99

1010
### Added
1111

@@ -181,8 +181,8 @@ Non-functional release to fix releasing from Github actions.
181181

182182
Initial release.
183183

184-
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.6.0-rc.0...main
185-
[0.6.0-rc.0]: https://github.com/stac-utils/rustac-py/compare/v0.5.9...v0.6.0-rc.0
184+
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.6.0...main
185+
[0.6.0]: https://github.com/stac-utils/rustac-py/compare/v0.5.9...v0.6.0
186186
[0.5.9]: https://github.com/stac-utils/rustac-py/compare/v0.5.8...v0.5.9
187187
[0.5.8]: https://github.com/stac-utils/rustac-py/compare/v0.5.7...v0.5.8
188188
[0.5.7]: https://github.com/stac-utils/rustac-py/compare/v0.5.6...v0.5.7

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ thiserror = "2.0.12"
4040
tokio = { version = "1.44.0", features = ["rt-multi-thread"] }
4141
pyo3-log = "0.12.1"
4242
tracing = "0.1.41"
43+
44+
[patch.crates-io]
45+
# TODO unpatch cql2 when we upgrade geoarrow to use geo v0.30
46+
cql2 = { git = "https://github.com/gadomski/cql2-rs", branch = "geo-v0.29" }

0 commit comments

Comments
 (0)