Skip to content

Commit 0ff7529

Browse files
authored
Merge pull request #142 from jonhealy1/release-v1.11.1
v1.11.1
2 parents 3797546 + 6afc019 commit 0ff7529

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
66

77
## Unreleased
88

9+
## [v1.11.1] - 2025-07-29
10+
911
### Updated
1012

1113
- Updated stac-validator dependency to v3.10.1 ([#140](https://github.com/stac-utils/stac-check/pull/140))
@@ -303,7 +305,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
303305
- Validation from stac-validator 2.3.0
304306
- Links and assets validation checks
305307

306-
[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.11.0...main
308+
[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.11.1...main
309+
[v1.11.1]: https://github.com/stac-utils/stac-check/compare/v1.11.0...v1.11.1
307310
[v1.11.0]: https://github.com/stac-utils/stac-check/compare/v1.10.1...v1.11.0
308311
[v1.10.1]: https://github.com/stac-utils/stac-check/compare/v1.10.0...v1.10.1
309312
[v1.10.0]: https://github.com/stac-utils/stac-check/compare/v1.9.1...v1.10.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "stac-check"
1414
copyright = "2025, Jonathan Healy"
1515
author = "Jonathan Healy"
16-
release = "1.11.0"
16+
release = "1.11.1"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
__version__ = "1.11.0"
5+
__version__ = "1.11.1"
66

77
with open("README.md", "r") as fh:
88
long_description = fh.read()

0 commit comments

Comments
 (0)