Skip to content

Commit 7888536

Browse files
authored
release: v0.5.8-rc.0 (#65)
1 parent d688f0b commit 7888536

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.5.8] - 2025-02-27
10+
11+
### Fixed
12+
13+
- Patch DuckDB ([#64](https://github.com/stac-utils/stacrs/pull/64))
14+
915
## [0.5.7] - 2025-02-26
1016

1117
### Changed
@@ -155,7 +161,8 @@ Non-functional release to fix releasing from Github actions.
155161

156162
Initial release.
157163

158-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.7...main
164+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.8...main
165+
[0.5.8]: https://github.com/gadomski/stacrs/compare/v0.5.7...v0.5.8
159166
[0.5.7]: https://github.com/gadomski/stacrs/compare/v0.5.6...v0.5.7
160167
[0.5.6]: https://github.com/gadomski/stacrs/compare/v0.5.5...v0.5.6
161168
[0.5.5]: https://github.com/gadomski/stacrs/compare/v0.5.4...v0.5.5

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.7"
3+
version = "0.5.8-rc.0"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)