Skip to content

Commit 66b44a4

Browse files
authored
release: v0.5.4 (#47)
1 parent a3fa9b8 commit 66b44a4

File tree

4 files changed

+96
-43
lines changed

4 files changed

+96
-43
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.4] - 2025-02-19
10+
11+
### Added
12+
13+
- CLI ([#46](https://github.com/stac-utils/stacrs/pull/46))
14+
- Config args to DuckDB client ([#42](https://github.com/stac-utils/stacrs/pull/42))
15+
916
## [0.5.3] - 2025-02-07
1017

1118
### Changed
@@ -125,7 +132,8 @@ Non-functional release to fix releasing from Github actions.
125132

126133
Initial release.
127134

128-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.3...main
135+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.4...main
136+
[0.5.4]: https://github.com/gadomski/stacrs/compare/v0.5.3...v0.5.4
129137
[0.5.3]: https://github.com/gadomski/stacrs/compare/v0.5.2...v0.5.3
130138
[0.5.2]: https://github.com/gadomski/stacrs/compare/v0.5.1...v0.5.2
131139
[0.5.1]: https://github.com/gadomski/stacrs/compare/v0.5.0...v0.5.1

Cargo.lock

Lines changed: 83 additions & 38 deletions
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-rc.0"
3+
version = "0.5.4"
44
edition = "2021"
55
publish = false
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ In particular, our [example notebook](https://stac-utils.github.io/stacrs/latest
7474

7575
## CLI
7676

77-
We have a pip-installable command-line interface (CLI) that exposes much of the same functionality:
77+
**stacrs** comes with a CLI:
7878

7979
```shell
80-
$ python -m pip install stacrs-cli
8180
$ stacrs -h
8281
stacrs: A command-line interface for the SpatioTemporal Asset Catalog (STAC)
8382

@@ -105,7 +104,8 @@ Options:
105104
Print help (see more with '--help')
106105
```
107106

108-
The code for the CLI lives in the [stac-rs](https://github.com/stac-utils/stac-rs) repo, so please open any issues or feature requests over there, if possible.
107+
> [!NOTE]
108+
> Before **stacrs** v0.5.4, the CLI was its own PyPI package named **stacrs-cli**, which is no longer needed.
109109
110110
## Comparisons
111111

0 commit comments

Comments
 (0)