File tree 2 files changed +9
-2
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 0.6.4] - 2025-01-17
11
17
12
18
### Added
@@ -177,7 +183,8 @@ Release is primarily to publish to Read the Docs as a version.
177
183
178
184
- Fixed issue with item-search validation relying on collections behavior
179
185
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
181
188
[ 0.6.4 ] : https://github.com/stac-utils/stac-api-validator/compare/v0.6.3..v0.6.4
182
189
[ 0.6.3 ] : https://github.com/stac-utils/stac-api-validator/compare/v0.6.2..v0.6.3
183
190
[ 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 1
1
[tool .poetry ]
2
2
name = " stac-api-validator"
3
- version = " 0.6.4 "
3
+ version = " 0.6.5 "
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