Skip to content

Commit 2c5cca8

Browse files
authored
release: v0.6.0-beta.0 (#83)
1 parent 01bdbd2 commit 2c5cca8

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
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.6.0-beta.0] - 2025-03-13
10+
911
### Added
1012

1113
- Construct `stac_api::Search` (moved from `stac_api` crate) ([#81](https://github.com/stac-utils/stacrs/pull/81))
@@ -180,7 +182,8 @@ Non-functional release to fix releasing from Github actions.
180182

181183
Initial release.
182184

183-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.9...main
185+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.6.0-beta.0...main
186+
[0.6.0-beta.0]: https://github.com/gadomski/stacrs/compare/v0.5.9...v0.6.0-beta.0
184187
[0.5.9]: https://github.com/gadomski/stacrs/compare/v0.5.8...v0.5.9
185188
[0.5.8]: https://github.com/gadomski/stacrs/compare/v0.5.7...v0.5.8
186189
[0.5.7]: https://github.com/gadomski/stacrs/compare/v0.5.6...v0.5.7

Cargo.lock

Lines changed: 5 additions & 5 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stacrs"
3-
version = "0.5.9"
3+
version = "0.6.0-beta.0"
44
edition = "2021"
55
publish = false
66

@@ -37,7 +37,7 @@ stac-cli = { git = "https://github.com/stac-utils/stac-rs", features = [
3737
], branch = "main" }
3838
stac-duckdb = { git = "https://github.com/stac-utils/stac-rs", branch = "main" }
3939
thiserror = "2.0.12"
40-
tokio = { version = "1.43.0", features = ["rt-multi-thread"] }
40+
tokio = { version = "1.44.0", features = ["rt-multi-thread"] }
4141
pyo3-log = "0.12.1"
4242
tracing = "0.1.41"
4343

0 commit comments

Comments
 (0)