Skip to content

Commit e9f0ae5

Browse files
authored
release: v0.6.0 (#88)
1 parent d6e4356 commit e9f0ae5

File tree

3 files changed

+23
-19
lines changed

3 files changed

+23
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ 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
9+
10+
> [!NOTE]
11+
> This package was renamed from **stacrs** to **rustac**.
912
1013
### Added
1114

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

182185
Initial release.
183186

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
187+
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.6.0...main
188+
[0.6.0]: https://github.com/stac-utils/rustac-py/compare/v0.5.9...v0.6.0
186189
[0.5.9]: https://github.com/stac-utils/rustac-py/compare/v0.5.8...v0.5.9
187190
[0.5.8]: https://github.com/stac-utils/rustac-py/compare/v0.5.7...v0.5.8
188191
[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)