File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.5] - 2025-03-25
11+
12+ ### Fixed
13+
14+ - Allow items without a bbox ([ #639 ] ( https://github.com/stac-utils/stac-api-validator/pull/639 ) )
15+
1016## [ 0.6.4] - 2025-01-17
1117
1218### Added
@@ -177,7 +183,8 @@ Release is primarily to publish to Read the Docs as a version.
177183
178184- Fixed issue with item-search validation relying on collections behavior
179185
180- [ unreleased ] : https://github.com/stac-utils/stac-api-validator/compare/v0.6.4...main
186+ [ unreleased ] : https://github.com/stac-utils/stac-api-validator/compare/v0.6.5...main
187+ [ 0.6.5 ] : https://github.com/stac-utils/stac-api-validator/compare/v0.6.4..v0.6.5
181188[ 0.6.4 ] : https://github.com/stac-utils/stac-api-validator/compare/v0.6.3..v0.6.4
182189[ 0.6.3 ] : https://github.com/stac-utils/stac-api-validator/compare/v0.6.2..v0.6.3
183190[ 0.6.2 ] : https://github.com/stac-utils/stac-api-validator/tree/v0.6.2
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " stac-api-validator"
3- version = " 0.6.4 "
3+ version = " 0.6.5 "
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