diff --git a/stac-api/CHANGELOG.md b/stac-api/CHANGELOG.md index 446428c6..2203d253 100644 --- a/stac-api/CHANGELOG.md +++ b/stac-api/CHANGELOG.md @@ -6,11 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.3.2] - 2023-10-11 + ### Added -- Item search conformance URI ([#193](https://github.com/stac-utils/stac-rs/pull/193)) - `GetSearch` ([#198](https://github.com/stac-utils/stac-rs/pull/198)) +## [0.3.1] - 2023-10-03 + +### Added + +- Item search conformance URI ([#193](https://github.com/stac-utils/stac-rs/pull/193)) + ## [0.3.0] - 2023-09-25 ### Added @@ -64,7 +71,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Initial release -[unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.3.0...main +[unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.3.2...main +[0.3.2]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.3.1...stac-api-v0.3.2 +[0.3.1]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.3.0...stac-api-v0.3.1 [0.3.0]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.2.0...stac-api-v0.3.0 [0.2.0]: https://github.com/stac-utils/stac-rs/compare/stac-api-v0.1.0...stac-api-v0.2.0 [0.1.0]: https://github.com/stac-utils/stac-rs/releases/tag/stac-api-v0.1.0 diff --git a/stac-api/Cargo.toml b/stac-api/Cargo.toml index aa34a24a..32d0e11c 100644 --- a/stac-api/Cargo.toml +++ b/stac-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stac-api" -version = "0.3.1" +version = "0.3.2" authors = ["Pete Gadomski "] edition = "2021" description = "Rust library for the SpatioTemporal Asset Catalog (STAC) API specification"