Skip to content

Commit 2520ed1

Browse files
authored
release: v0.5.6-beta.1 (#58)
1 parent 65f8e24 commit 2520ed1

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
### Added
10-
11-
- Create a item collection from an arrow table ([#57](https://github.com/stac-utils/stacrs/pull/57))
12-
13-
## [0.5.6-beta.0] - 2025-02-22
9+
## [0.5.6-beta.1] - 2025-02-25
1410

1511
### Added
1612

1713
- Search to an arrow table ([#54](https://github.com/stac-utils/stacrs/pull/54))
14+
- Create a item collection from an arrow table ([#57](https://github.com/stac-utils/stacrs/pull/57))
1815

1916
### Changed
2017

@@ -152,8 +149,8 @@ Non-functional release to fix releasing from Github actions.
152149

153150
Initial release.
154151

155-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.6-beta.0...main
156-
[0.5.6-beta.0]: https://github.com/gadomski/stacrs/compare/v0.5.5...v0.5.6-beta.0
152+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.6-beta.1...main
153+
[0.5.6-beta.1]: https://github.com/gadomski/stacrs/compare/v0.5.5...v0.5.6-beta.1
157154
[0.5.5]: https://github.com/gadomski/stacrs/compare/v0.5.4...v0.5.5
158155
[0.5.4]: https://github.com/gadomski/stacrs/compare/v0.5.3...v0.5.4
159156
[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.6-beta.0"
3+
version = "0.5.6-beta.1"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)