diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eafc5a..89802f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.5.8] - 2025-02-27 + +### Fixed + +- Patch DuckDB ([#64](https://github.com/stac-utils/stacrs/pull/64)) + ## [0.5.7] - 2025-02-26 ### Changed @@ -155,7 +161,8 @@ Non-functional release to fix releasing from Github actions. Initial release. -[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.7...main +[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.8...main +[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 [0.5.5]: https://github.com/gadomski/stacrs/compare/v0.5.4...v0.5.5 diff --git a/Cargo.lock b/Cargo.lock index aedb42d..9e6e562 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3819,7 +3819,7 @@ dependencies = [ [[package]] name = "stacrs" -version = "0.5.7" +version = "0.5.8-rc.0" dependencies = [ "clap", "geoarrow", diff --git a/Cargo.toml b/Cargo.toml index 90872b2..5ca3a5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacrs" -version = "0.5.7" +version = "0.5.8-rc.0" edition = "2021" publish = false