We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac9ce0 commit a8c6060Copy full SHA for a8c6060
CHANGELOG.md
@@ -1,6 +1,8 @@
1
2
## Unreleased
3
4
+## 3.3.0 (2025-05-29)
5
+
6
- Add validation for collection's spatial intervals
7
- Add validation for collection's time intervals
8
- Move `validate_bbox`, `validate_datetime` and `str_to_datetimes` functions from `api.search` to `shared` sub-module
stac_pydantic/version.py
@@ -1,5 +1,5 @@
"""stac-pydantic and STAC spec versions."""
-__version__ = "3.2.0"
+__version__ = "3.3.0"
STAC_VERSION = "1.0.0"
0 commit comments