Skip to content

Commit

Permalink
release: stac-cli v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 18, 2023
1 parent c5cc7b4 commit a129960
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.6] - 2023-10-18

### Added

- Validation for the collections endpoint ([#208](https://github.com/stac-utils/stac-rs/pull/208))
Expand Down Expand Up @@ -37,7 +39,8 @@ 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.5..main
[Unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-cli-v0.0.6..main
[0.0.6]: https://github.com/stac-utils/stac-rs/compare/stac-cli-v0.0.5..stac-cli-v0.0.6
[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.5"
version = "0.0.6"
edition = "2021"
description = "Command line interface for stac-rs"
documentation = "https://docs.rs/stac-cli"
Expand Down

0 comments on commit a129960

Please sign in to comment.