Skip to content

Commit e512330

Browse files
Merge pull request #179 from stac-utils/release/v3.3.0
Release/v3.3.0
2 parents caf39a5 + a8c6060 commit e512330

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11

22
## Unreleased
33

4+
## 3.3.0 (2025-05-29)
5+
46
- Add validation for collection's spatial intervals
57
- 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
9+
- Improve `bbox` validation for Antimeridian crossing bbox
610

711
## 3.2.0 (2025-03-20)
812

stac_pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""stac-pydantic and STAC spec versions."""
22

3-
__version__ = "3.2.0"
3+
__version__ = "3.3.0"
44

55
STAC_VERSION = "1.0.0"

0 commit comments

Comments
 (0)