Skip to content

Commit fd33d5c

Browse files
authored
release: v0.6.5 (#640)
1 parent 4bf2b10 commit fd33d5c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff 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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stac-api-validator"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
description = "STAC API Validator"
55
authors = ["Phil Varner <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)