diff --git a/CHANGELOG.md b/CHANGELOG.md index 7edd297..7b7cf90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.5.6-beta.0] - 2025-02-22 + +### Added + +- Search to an arrow table ([#54](https://github.com/stac-utils/stacrs/pull/54)) + +### Changed + +- Include **libduckdb** in wheels ([#52](https://github.com/stac-utils/stacrs/pull/52)) + ## [0.5.5] - 2025-02-20 ### Fixed @@ -138,7 +148,8 @@ Non-functional release to fix releasing from Github actions. Initial release. -[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.5...main +[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.6-beta.0...main +[0.5.6-beta.0]: https://github.com/gadomski/stacrs/compare/v0.5.5...v0.5.6-beta.0 [0.5.5]: https://github.com/gadomski/stacrs/compare/v0.5.4...v0.5.5 [0.5.4]: https://github.com/gadomski/stacrs/compare/v0.5.3...v0.5.4 [0.5.3]: https://github.com/gadomski/stacrs/compare/v0.5.2...v0.5.3 diff --git a/Cargo.lock b/Cargo.lock index ba4c2da..9238ab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3819,7 +3819,7 @@ dependencies = [ [[package]] name = "stacrs" -version = "0.5.5" +version = "0.5.6-beta.0" dependencies = [ "clap", "geojson", diff --git a/Cargo.toml b/Cargo.toml index 8022b2c..9f8871d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacrs" -version = "0.5.5" +version = "0.5.6-beta.0" edition = "2021" publish = false