Skip to content

Commit cd6225e

Browse files
authored
v3.9.0 (#259)
- added universal --verbose option for more detailed error messaging
1 parent d58ead2 commit cd6225e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
10+
## [v3.9.0] - 2025-06-13
11+
912
### Added
1013
- Added separate `recommendation` field in error messages when running in non-verbose mode [#257](https://github.com/stac-utils/stac-validator/pull/257)
1114
- Verbose error messages for JSONSchemaValidationErrors [#257](https://github.com/stac-utils/stac-validator/pull/257)
@@ -263,7 +266,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
263266
- With the newest version - 1.0.0-beta.2 - items will run through jsonchema validation before the PySTAC validation. The reason for this is that jsonschema will give more informative error messages. This should be addressed better in the future. This is not the case with the --recursive option as time can be a concern here with larger collections.
264267
- Logging. Various additions were made here depending on the options selected. This was done to help assist people to update their STAC collections.
265268

266-
[Unreleased]: https://github.com/sparkgeo/stac-validator/compare/v3.8.1..main
269+
[Unreleased]: https://github.com/sparkgeo/stac-validator/compare/v3.9.0..main
270+
[v3.9.0]: https://github.com/sparkgeo/stac-validator/compare/v3.8.1..v3.9.0
267271
[v3.8.1]: https://github.com/sparkgeo/stac-validator/compare/v3.8.0..v3.8.1
268272
[v3.8.0]: https://github.com/sparkgeo/stac-validator/compare/v3.7.0..v3.8.0
269273
[v3.7.0]: https://github.com/sparkgeo/stac-validator/compare/v3.6.0..v3.7.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
__version__ = "3.8.1"
5+
__version__ = "3.9.0"
66

77
with open("README.md", "r") as fh:
88
long_description = fh.read()

0 commit comments

Comments
 (0)