File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ] - TBD
8
+ ## [ 0.6.0 ] - 2023-04-23
9
9
10
10
### Added
11
11
@@ -146,7 +146,8 @@ Release is primarily to publish to Read the Docs as a version.
146
146
147
147
- Fixed issue with item-search validation relying on collections behavior
148
148
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
150
151
[ 0.5.0 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.5.0
151
152
[ 0.4.3 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.4.3
152
153
[ 0.4.2 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.4.2
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " stac-api-validator"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
description = " STAC API Validator"
5
5
authors = [
" Phil Varner <[email protected] >" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments