Skip to content

Commit 1659695

Browse files
authored
release v3.7.0 (#251)
Added Added a comprehensive Table of Contents to README.md #247 Added Sponsors and Supporters section to README.md with organizational logos and acknowledgments #247 Added --pydantic option for validating STAC objects using stac-pydantic models, providing enhanced type checking and validation #249 Added optional dependency for stac-pydantic that can be installed with pip install stac-validator[pydantic] #249 Added GitHub Actions workflow for automatically building and deploying documentation to GitHub Pages #250 Changed Reformatted and restructured the README.md for improved readability and organization #247 Migrated documentation from Read the Docs to GitHub Pages for better integration with the repository #250 Updated documentation system to use Sphinx with MyST parser for improved Markdown support #250 Enhanced documentation to include content directly from README.md for consistency #250
1 parent b4841e9 commit 1659695

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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+
## [v3.7.0] - 2025-05-30
10+
911
### Added
1012

1113
- Added a comprehensive Table of Contents to README.md [#247](https://github.com/stac-utils/stac-validator/pull/247)

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.6.0"
5+
__version__ = "3.7.0"
66

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

0 commit comments

Comments
 (0)