Skip to content

Commit b90854f

Browse files
authored
release: v0.5.5 (#50)
1 parent 67058d6 commit b90854f

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/pypi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: PyPI
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
86
- "v*"
97
workflow_dispatch:

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)