diff --git a/CHANGELOG.md b/CHANGELOG.md index c44ee6d..577653f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.5.9-beta.0] - 2025-03-03 + ### Added - `walk` and `set_self_link` for `read` ([#69](https://github.com/stac-utils/stacrs/pull/69)) @@ -165,7 +167,8 @@ Non-functional release to fix releasing from Github actions. Initial release. -[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.8...main +[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.9-beta.0...main +[0.5.9-beta.0]: https://github.com/gadomski/stacrs/compare/v0.5.8...v0.5.9-beta.0 [0.5.8]: https://github.com/gadomski/stacrs/compare/v0.5.7...v0.5.8 [0.5.7]: https://github.com/gadomski/stacrs/compare/v0.5.6...v0.5.7 [0.5.6]: https://github.com/gadomski/stacrs/compare/v0.5.5...v0.5.6 diff --git a/Cargo.lock b/Cargo.lock index a9476e9..344d1d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3835,7 +3835,7 @@ dependencies = [ [[package]] name = "stacrs" -version = "0.5.8" +version = "0.5.9-beta.0" dependencies = [ "clap", "geoarrow", diff --git a/Cargo.toml b/Cargo.toml index fd0fa5d..a1c8dda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacrs" -version = "0.5.8" +version = "0.5.9-beta.0" edition = "2021" publish = false