Skip to content

Commit 60255d8

Browse files
committed
release: v0.5.5
1 parent 67058d6 commit 60255d8

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.5] - 2025-02-20
10+
11+
### Fixed
12+
13+
- Removed tracing subscriber to fix CLI ([#49](https://github.com/stac-utils/stacrs/pull/49))
14+
915
## [0.5.4] - 2025-02-19
1016

1117
### Added
@@ -132,7 +138,8 @@ Non-functional release to fix releasing from Github actions.
132138

133139
Initial release.
134140

135-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.4...main
141+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.5...main
142+
[0.5.5]: https://github.com/gadomski/stacrs/compare/v0.5.4...v0.5.5
136143
[0.5.4]: https://github.com/gadomski/stacrs/compare/v0.5.3...v0.5.4
137144
[0.5.3]: https://github.com/gadomski/stacrs/compare/v0.5.2...v0.5.3
138145
[0.5.2]: https://github.com/gadomski/stacrs/compare/v0.5.1...v0.5.2

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

0 commit comments

Comments
 (0)