Skip to content

Commit f2afd0a

Browse files
committed
release: v0.5.7
1 parent 6d6e567 commit f2afd0a

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.7] - 2025-02-26
10+
11+
### Changed
12+
13+
- Don't include libduckdb, but rather build bundled to save size ([#61](https://github.com/stac-utils/stacrs/pull/61))
14+
915
## [0.5.6] - 2025-02-26
1016

1117
### Added
@@ -149,7 +155,8 @@ Non-functional release to fix releasing from Github actions.
149155

150156
Initial release.
151157

152-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.6...main
158+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.7...main
159+
[0.5.7]: https://github.com/gadomski/stacrs/compare/v0.5.6...v0.5.7
153160
[0.5.6]: https://github.com/gadomski/stacrs/compare/v0.5.5...v0.5.6
154161
[0.5.5]: https://github.com/gadomski/stacrs/compare/v0.5.4...v0.5.5
155162
[0.5.4]: https://github.com/gadomski/stacrs/compare/v0.5.3...v0.5.4

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

0 commit comments

Comments
 (0)