Skip to content

Commit

Permalink
release: stac-api v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 11, 2023
1 parent 27d7248 commit 4200229
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions stac-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion stac-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stac-api"
version = "0.3.1"
version = "0.3.2"
authors = ["Pete Gadomski <[email protected]>"]
edition = "2021"
description = "Rust library for the SpatioTemporal Asset Catalog (STAC) API specification"
Expand Down

0 comments on commit 4200229

Please sign in to comment.