Skip to content

Commit b1ecd45

Browse files
authored
release: v0.8.1 (#692)
1 parent 8f12756 commit b1ecd45

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/charliermarsh/ruff-pre-commit
6-
rev: "v0.4.4"
6+
rev: "v0.4.5"
77
hooks:
88
- id: ruff
99
args: [--fix, --exit-non-zero-on-fix]

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v0.8.1] - 2024-05-23
11+
1012
### Fixed
1113

12-
- Use singular `include` and `exclude` Field extension key names to align with the extension documentation. [#690](https://github.com/stac-utils/pystac-client/issues/690)
14+
- Use singular `include` and `exclude` Field extension key names [#690](https://github.com/stac-utils/pystac-client/pull/690)
1315

1416
## [v0.8.0] - 2024-05-17
1517

@@ -370,7 +372,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
370372

371373
Initial release.
372374

373-
[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.8.0...main
375+
[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.8.1...main
376+
[v0.8.1]: https://github.com/stac-utils/pystac-client/compare/v0.8.0...v0.8.1
374377
[v0.8.0]: https://github.com/stac-utils/pystac-client/compare/v0.7.7...v0.8.0
375378
[v0.7.7]: https://github.com/stac-utils/pystac-client/compare/v0.7.6...v0.7.7
376379
[v0.7.6]: https://github.com/stac-utils/pystac-client/compare/v0.7.5...v0.7.6

docs/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ STAC Versions
1919
+---------------+-----------+-----------------------------+
2020
| pystac-client | STAC spec | STAC API Spec |
2121
+===============+===========+=============================+
22+
| 0.8.x | 1.0.x | 1.0.0-beta.1 - 1.0.0 |
23+
+ --------------+-----------+-----------------------------+
2224
| 0.7.x | 1.0.x | 1.0.0-beta.1 - 1.0.0 |
2325
+---------------+-----------+-----------------------------+
2426
| 0.6.x | 1.0.x | 1.0.0-beta.1 - 1.0.0-rc.2 |

pystac_client/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.0"
1+
__version__ = "0.8.1"

0 commit comments

Comments
 (0)