Skip to content

Commit a44c4a9

Browse files
committed
release 0.5.0
1 parent f2b4924 commit a44c4a9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.4.2"
3+
version = "0.5.0"
44
description = "STAC API Validator"
55
authors = ["Phil Varner <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)