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
7
7
8
8
## [ Unreleased] - TBD
9
9
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
+
10
18
## [ 0.4.3] - 2023-02-10
11
19
12
20
### Fixed
@@ -130,7 +138,8 @@ Release is primarily to publish to Read the Docs as a version.
130
138
131
139
- Fixed issue with item-search validation relying on collections behavior
132
140
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
134
143
[ 0.4.3 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.4.3
135
144
[ 0.4.2 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.4.2
136
145
[ 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 1
1
[tool .poetry ]
2
2
name = " stac-api-validator"
3
- version = " 0.4.2 "
3
+ version = " 0.5.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