Skip to content

Commit ea9463d

Browse files
chore(main): release 1.15.0
1 parent c81827a commit ea9463d

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "1.14.3",
2+
".": "1.15.0",
33
"extra-files": [
44
"pystac/version.py"
55
]

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.15.0](https://github.com/stac-utils/pystac/compare/v1.14.3...v1.15.0) (2026-03-31)
4+
5+
6+
### Features
7+
8+
* update storage extension to v2.0.0 ([#1561](https://github.com/stac-utils/pystac/issues/1561)) ([89189ad](https://github.com/stac-utils/pystac/commit/89189ad23016dacb591918e639c1c48c7a5e3e43))
9+
10+
11+
### Dependencies
12+
13+
* floor aiohttp to remove a vuln (docs group only) ([#1631](https://github.com/stac-utils/pystac/issues/1631)) ([9bc7f70](https://github.com/stac-utils/pystac/commit/9bc7f7040a4f46a1eab758eba2889656ec802ed1))
14+
315
## [1.14.3](https://github.com/stac-utils/pystac/compare/v1.14.2...v1.14.3) (2026-01-08)
416

517

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.14.3" # x-release-please-version
1+
__version__ = "1.15.0" # x-release-please-version
22
"""Library version"""
33

44

0 commit comments

Comments
 (0)