Skip to content

Commit 0b5a8a2

Browse files
Merge pull request #175 from stac-utils/release/v3.2.0
release 3.2.0
2 parents 962e814 + f5e5522 commit 0b5a8a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
## Unreleased
33

4-
## 3.2.0 (TBD)
4+
## 3.2.0 (2025-03-20)
55

66
- Move `validate_bbox` and `validate_datetime` field validation functions outside the Search class (to enable re-utilization)
77
- Remove `Search()._start_date` and ``Search()._end_date` private attributes

Diff for: stac_pydantic/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""stac-pydantic and STAC spec versions."""
22

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

55
STAC_VERSION = "1.0.0"

0 commit comments

Comments
 (0)