File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased] - TBD
99
10+ ## [ 0.5.0] - 2023-02-21
11+
12+ ### Added
13+
14+ - Added validation for Children Extension with ` --conformance children `
15+ - Added validation for Browseable Extension with ` --conformance browseable `
16+ - Added validation for traversal of Core child and item link relations with pystac Catalog
17+
1018## [ 0.4.3] - 2023-02-10
1119
1220### Fixed
@@ -130,7 +138,8 @@ Release is primarily to publish to Read the Docs as a version.
130138
131139- Fixed issue with item-search validation relying on collections behavior
132140
133- [ unreleased ] : https://github.com/stac-utils/stac-api-validator/compare/v0.4.2...main
141+ [ unreleased ] : https://github.com/stac-utils/stac-api-validator/compare/v0.5.0...main
142+ [ 0.5.0 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.5.0
134143[ 0.4.3 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.4.3
135144[ 0.4.2 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.4.2
136145[ 0.4.1 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.4.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " stac-api-validator"
3- version = " 0.4.2 "
3+ version = " 0.5.0 "
44description = " STAC API Validator"
55authors = [
" Phil Varner <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments