Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
types: [text]
stages: [pre-commit, pre-push, manual]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
# - repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.6] - 2025-07-29

Dependency updates.

## [0.6.5] - 2025-03-25

### Fixed
Expand Down Expand Up @@ -183,7 +187,8 @@ Release is primarily to publish to Read the Docs as a version.

- Fixed issue with item-search validation relying on collections behavior

[unreleased]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.5...main
[unreleased]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.6...main
[0.6.6]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.5..v0.6.6
[0.6.5]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.4..v0.6.5
[0.6.4]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.3..v0.6.4
[0.6.3]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.2..v0.6.3
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stac-api-validator"
version = "0.6.5"
version = "0.6.6"
description = "STAC API Validator"
authors = ["Phil Varner <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -55,7 +55,7 @@ xdoctest = { extras = ["colors"], version = ">=1.2.0" }
myst-parser = { version = ">=4.0.1" }

[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.9" # needed for nox-poetry with poetry 2
poetry-plugin-export = ">=1.9" # needed for nox-poetry with poetry 2

[tool.poetry.scripts]
stac-api-validator = "stac_api_validator.__main__:main"
Expand Down
Loading