Skip to content

Commit 941d7cc

Browse files
authored
Merge pull request #130 from stac-utils/release-v1.8.0
release v1.8.0
2 parents e8a8ec0 + 0a3b150 commit 941d7cc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## [v1.8.0] - 2025-06-11
10+
911
### Changed
1012

1113
- Made `stac-pydantic` an optional dependency ([#129](https://github.com/stac-utils/stac-check/pull/129))
@@ -238,7 +240,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
238240
- Validation from stac-validator 2.3.0
239241
- Links and assets validation checks
240242

241-
[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.7.0...main
243+
[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.8.0...main
244+
[v1.8.0]: https://github.com/stac-utils/stac-check/compare/v1.7.0...v1.8.0
242245
[v1.7.0]: https://github.com/stac-utils/stac-check/compare/v1.6.0...v1.7.0
243246
[v1.6.0]: https://github.com/stac-utils/stac-check/compare/v1.5.0...v1.6.0
244247
[v1.5.0]: https://github.com/stac-utils/stac-check/compare/v1.4.0...v1.5.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import find_packages, setup
55

6-
__version__ = "1.7.0"
6+
__version__ = "1.8.0"
77

88
with open("README.md", "r") as fh:
99
long_description = fh.read()
@@ -20,7 +20,7 @@
2020
"requests>=2.32.3",
2121
"jsonschema>=4.23.0",
2222
"click>=8.1.8",
23-
"stac-validator>=3.7.0",
23+
"stac-validator>=3.8.1",
2424
"PyYAML",
2525
"python-dotenv",
2626
],

0 commit comments

Comments
 (0)