diff --git a/stac-cli/CHANGELOG.md b/stac-cli/CHANGELOG.md index 00d8a24b..e2fe80f8 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.5] - 2023-10-11 + ### Added - Sort ([#197](https://github.com/stac-utils/stac-rs/pull/197)) @@ -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 diff --git a/stac-cli/Cargo.toml b/stac-cli/Cargo.toml index 4909586f..c56f7116 100644 --- a/stac-cli/Cargo.toml +++ b/stac-cli/Cargo.toml @@ -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"