You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #138 from stac-utils/validation-summary
- Results summary for options that produce numerous results, ie. --collections, --item-collection, --recursive
- Support for --verbose flag to show verbose results summary
- Added --output/-o option to save validation results to a file
- Tests for CLI options
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
6
6
7
7
## Unreleased
8
8
9
+
## [v1.11.0] - 2025-06-22
10
+
11
+
### Added
12
+
13
+
- Results summary for options that produce numerous results, ie. --collections, --item-collection, --recursive ([#138](https://github.com/stac-utils/stac-check/pull/138))
14
+
- Support for --verbose flag to show verbose results summary ([#138](https://github.com/stac-utils/stac-check/pull/138))
15
+
- Added `--output`/`-o` option to save validation results to a file ([#138](https://github.com/stac-utils/stac-check/pull/138))
16
+
- Tests for CLI options ([#138](https://github.com/stac-utils/stac-check/pull/138))
17
+
9
18
## [v1.10.1] - 2025-06-21
10
19
11
20
### Fixed
@@ -285,7 +294,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
0 commit comments