Skip to content

Commit de5f872

Browse files
committed
v3.10.0
1 parent 7a22aa3 commit de5f872

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
10+
## [v3.10.0] - 2025-07-20
11+
912
### Added
10-
- Added detailed recursive validation summary showing validation counts by STAC object type (Catalog, Collection, etc.)
11-
- Added validation duration timing that shows total processing time in a human-readable format
12-
- Added support for pydantic validation in recursive mode with proper schema reporting
13+
- Added detailed recursive validation summary showing validation counts by STAC object type (Catalog, Collection, etc.) [#265](https://github.com/stac-utils/stac-validator/pull/265)
14+
- Added validation duration timing that shows total processing time in a human-readable format [#265](https://github.com/stac-utils/stac-validator/pull/265)
15+
- Added support for pydantic validation in recursive mode with proper schema reporting [#265](https://github.com/stac-utils/stac-validator/pull/265)
1316

1417
### Changed
15-
- Standardized summary output formatting across all validation modes for consistency
18+
- Standardized summary output formatting across all validation modes for consistency [#265](https://github.com/stac-utils/stac-validator/pull/265)
1619

1720
## [v3.9.3] - 2025-06-28
1821

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.9.3"
5+
__version__ = "3.10.0"
66

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

0 commit comments

Comments
 (0)