Skip to content

Commit cf919de

Browse files
authored
release: v0.5.9-beta.0 (#71)
1 parent b9260a1 commit cf919de

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.5.9-beta.0] - 2025-03-03
10+
911
### Added
1012

1113
- `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.
165167

166168
Initial release.
167169

168-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.8...main
170+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.9-beta.0...main
171+
[0.5.9-beta.0]: https://github.com/gadomski/stacrs/compare/v0.5.8...v0.5.9-beta.0
169172
[0.5.8]: https://github.com/gadomski/stacrs/compare/v0.5.7...v0.5.8
170173
[0.5.7]: https://github.com/gadomski/stacrs/compare/v0.5.6...v0.5.7
171174
[0.5.6]: https://github.com/gadomski/stacrs/compare/v0.5.5...v0.5.6

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stacrs"
3-
version = "0.5.8"
3+
version = "0.5.9-beta.0"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)