Skip to content

Commit 5e0dddc

Browse files
authored
release prep for 0.6.0 (#331)
* add sort for item-search * rename sorted datetimes * release prep for 0.6.0
1 parent 1cc4804 commit 5e0dddc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] - TBD
8+
## [0.6.0] - 2023-04-23
99

1010
### Added
1111

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

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

149-
[unreleased]: https://github.com/stac-utils/stac-api-validator/compare/v0.5.0...main
149+
[unreleased]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.0...main
150+
[0.6.0]: https://github.com/stac-utils/stac-api-validator/tree/v0.6.0
150151
[0.5.0]: https://github.com/stac-utils/stac-api-validator/tree/v0.5.0
151152
[0.4.3]: https://github.com/stac-utils/stac-api-validator/tree/v0.4.3
152153
[0.4.2]: https://github.com/stac-utils/stac-api-validator/tree/v0.4.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stac-api-validator"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "STAC API Validator"
55
authors = ["Phil Varner <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)