Skip to content

Commit 2e31895

Browse files
committed
update to v1.14.0
1 parent 1492e41 commit 2e31895

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
66

77
## Unreleased
88

9+
## [v1.14.0] - 2025-05-02
10+
911
### Added
1012

11-
- Added `--fast-linting` flag for fast validation with best practices linting (skips geometry checks)
13+
- Added `--fast-linting` flag for fast validation with best practices linting (skips geometry checks) ([#152](https://github.com/stac-utils/stac-check/pull/152))
14+
- Pull request template ([#153](https://github.com/stac-utils/stac-check/pull/153))
1215

1316
## [v1.13.0] - 2026-04-29
1417

@@ -332,7 +335,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
332335
- Validation from stac-validator 2.3.0
333336
- Links and assets validation checks
334337

335-
[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.13.0...main
338+
[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.14.0...main
339+
[v1.14.0]: https://github.com/stac-utils/stac-check/compare/v1.13.0...v1.14.0
336340
[v1.13.0]: https://github.com/stac-utils/stac-check/compare/v1.12.0...v1.13.0
337341
[v1.12.0]: https://github.com/stac-utils/stac-check/compare/v1.11.1...v1.12.0
338342
[v1.11.1]: https://github.com/stac-utils/stac-check/compare/v1.11.0...v1.11.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stac_check"
7-
version = "1.13.0"
7+
version = "1.14.0"
88
description = "Linting and validation tool for STAC assets"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)