From e72f231a3205acff3f60aeb911d2e935c7457a97 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 22 Apr 2024 07:38:29 -0600 Subject: [PATCH] release: stac-cli v0.0.8 --- stac-cli/CHANGELOG.md | 5 ++++- stac-cli/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/stac-cli/CHANGELOG.md b/stac-cli/CHANGELOG.md index f117a453..df22c834 100644 --- a/stac-cli/CHANGELOG.md +++ b/stac-cli/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.0.8] - 2024-04-22 + ### Added - `stac sort` can take stdin ([#241](https://github.com/stac-utils/stac-rs/pull/241)) @@ -55,7 +57,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.7..main +[Unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-cli-v0.0.8..main +[0.0.8]: https://github.com/stac-utils/stac-rs/compare/stac-cli-v0.0.7..stac-cli-v0.0.8 [0.0.7]: https://github.com/stac-utils/stac-rs/compare/stac-cli-v0.0.6..stac-cli-v0.0.7 [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 diff --git a/stac-cli/Cargo.toml b/stac-cli/Cargo.toml index 13fb5184..170c10e5 100644 --- a/stac-cli/Cargo.toml +++ b/stac-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stac-cli" -version = "0.0.7" +version = "0.0.8" edition = "2021" description = "Command line interface for stac-rs" documentation = "https://docs.rs/stac-cli"