Skip to content

Commit ffc5275

Browse files
Merge pull request #162 from stac-utils/release/v3.1.3
release 3.1.3
2 parents 085dc83 + 10b534a commit ffc5275

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.1.3 (2024-10-14)
5+
46
- Add optional `numberMatched` and `numberReturned` to `api.collections.Collections` model to match the OGC Common part2 specification
57

68
## 3.1.2 (2024-08-20)

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.1.2"
3+
__version__ = "3.1.3"
44

55
STAC_VERSION = "1.0.0"

0 commit comments

Comments
 (0)