Skip to content

Commit

Permalink
release prep for 0.6.0 (#331)
Browse files Browse the repository at this point in the history
* add sort for item-search

* rename sorted datetimes

* release prep for 0.6.0
  • Loading branch information
philvarner authored Apr 23, 2023
1 parent 1cc4804 commit 5e0dddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - TBD
## [0.6.0] - 2023-04-23

### Added

Expand Down Expand Up @@ -146,7 +146,8 @@ Release is primarily to publish to Read the Docs as a version.

- Fixed issue with item-search validation relying on collections behavior

[unreleased]: https://github.com/stac-utils/stac-api-validator/compare/v0.5.0...main
[unreleased]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.0...main
[0.6.0]: https://github.com/stac-utils/stac-api-validator/tree/v0.6.0
[0.5.0]: https://github.com/stac-utils/stac-api-validator/tree/v0.5.0
[0.4.3]: https://github.com/stac-utils/stac-api-validator/tree/v0.4.3
[0.4.2]: https://github.com/stac-utils/stac-api-validator/tree/v0.4.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stac-api-validator"
version = "0.5.0"
version = "0.6.0"
description = "STAC API Validator"
authors = ["Phil Varner <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 5e0dddc

Please sign in to comment.