Skip to content

Commit 099acd7

Browse files
committed
release: v0.5.6-beta.0
1 parent c051c9f commit 099acd7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.6-beta.0] - 2025-02-22
10+
11+
### Added
12+
13+
- Search to an arrow table ([#54](https://github.com/stac-utils/stacrs/pull/54))
14+
15+
### Changed
16+
17+
- Include **libduckdb** in wheels ([#52](https://github.com/stac-utils/stacrs/pull/52))
18+
919
## [0.5.5] - 2025-02-20
1020

1121
### Fixed
@@ -138,7 +148,8 @@ Non-functional release to fix releasing from Github actions.
138148

139149
Initial release.
140150

141-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.5...main
151+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.6-beta.0...main
152+
[0.5.6-beta.0]: https://github.com/gadomski/stacrs/compare/v0.5.5...v0.5.6-beta.0
142153
[0.5.5]: https://github.com/gadomski/stacrs/compare/v0.5.4...v0.5.5
143154
[0.5.4]: https://github.com/gadomski/stacrs/compare/v0.5.3...v0.5.4
144155
[0.5.3]: https://github.com/gadomski/stacrs/compare/v0.5.2...v0.5.3

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

0 commit comments

Comments
 (0)