Skip to content

Commit

Permalink
release: stac-cli v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 11, 2023
1 parent 4200229 commit 5d98af5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion stac-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.0.5] - 2023-10-11

### Added

- Sort ([#197](https://github.com/stac-utils/stac-rs/pull/197))
Expand All @@ -31,6 +33,7 @@ Moved over from [stac-incubator-rs](https://github.com/gadomski/stac-incubator-r
- Downloading ([#142](https://github.com/stac-utils/stac-rs/pull/142), [#152](https://github.com/stac-utils/stac-rs/pull/152))
- Validation ([#155](https://github.com/stac-utils/stac-rs/pull/155))

[Unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-cli-v0.0.4..main
[Unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-cli-v0.0.5..main
[0.0.5]: https://github.com/stac-utils/stac-rs/compare/stac-cli-v0.0.4..stac-cli-v0.0.5
[0.0.4]: https://github.com/stac-utils/stac-rs/compare/stac-cli-v0.0.3..stac-cli-v0.0.4
[0.0.3]: https://github.com/stac-utils/stac-rs/tree/stac-cli-v0.0.3
2 changes: 1 addition & 1 deletion stac-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stac-cli"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
description = "Command line interface for stac-rs"
documentation = "https://docs.rs/stac-cli"
Expand Down

0 comments on commit 5d98af5

Please sign in to comment.