Skip to content

Commit a8c6060

Browse files
committed
update for release
1 parent bac9ce0 commit a8c6060

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
@@ -1,6 +1,8 @@
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
68
- Move `validate_bbox`, `validate_datetime` and `str_to_datetimes` functions from `api.search` to `shared` sub-module

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)