Skip to content

Commit c4fb304

Browse files
chore(main): release 1.15.0
1 parent b8ce28d commit c4fb304

4 files changed

Lines changed: 22 additions & 3 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
"core": "1.14.3",
44
"extensions/classification": "2.0.0",
55
"extensions/datacube": "2.2.0",

CHANGELOG.md

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

3+
## [1.15.0](https://github.com/stac-utils/pystac/compare/v1.14.3...v1.15.0) (2026-04-22)
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+
### Bug Fixes
12+
13+
* pull static script ([#1692](https://github.com/stac-utils/pystac/issues/1692)) ([7a8c769](https://github.com/stac-utils/pystac/commit/7a8c769f16a5a85b6938f449c62deaf25a7ab985))
14+
* type error ([#1705](https://github.com/stac-utils/pystac/issues/1705)) ([b8ce28d](https://github.com/stac-utils/pystac/commit/b8ce28daeff7cb0faaebb010262c2f9d364d5cca))
15+
* vcr header filtering ([#1697](https://github.com/stac-utils/pystac/issues/1697)) ([8660d02](https://github.com/stac-utils/pystac/commit/8660d028f260284ec97485dd434a64325fd0bcd7))
16+
17+
18+
### Dependencies
19+
20+
* 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))
21+
322
## [1.14.3](https://github.com/stac-utils/pystac/compare/v1.14.2...v1.14.3) (2026-01-08)
423

524

core/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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pystac"
33
description = "Python library for working with the SpatioTemporal Asset Catalog (STAC) specification"
44
readme = "README.md"
5-
version = "1.14.3"
5+
version = "1.15.0"
66
authors = [
77
{ name = "Rob Emanuele", email = "rdemanuele@gmail.com" },
88
{ name = "Jon Duckworth", email = "duckontheweb@gmail.com" },

0 commit comments

Comments
 (0)