File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44from setuptools import find_packages , setup
55
6- __version__ = "1.7 .0"
6+ __version__ = "1.8 .0"
77
88with open ("README.md" , "r" ) as fh :
99 long_description = fh .read ()
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 ],
You can’t perform that action at this time.
0 commit comments