Skip to content

Commit 8d0cd0d

Browse files
authored
release: v0.8.2 (#697)
1 parent 788a90e commit 8d0cd0d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.pre-commit-config.yaml

+2-2
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.5"
6+
rev: "v0.4.6"
77
hooks:
88
- id: ruff
99
args: [--fix, --exit-non-zero-on-fix]
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/codespell-project/codespell
15-
rev: v2.2.6
15+
rev: v2.3.0
1616
hooks:
1717
- id: codespell
1818
args: [--ignore-words=.codespellignore]

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v0.8.2] - 2024-05-30
11+
1012
### Added
1113

1214
- Support for "Feature" type `intersects` dictionaries [#696](https://github.com/stac-utils/pystac-client/pull/696)
@@ -376,7 +378,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
376378

377379
Initial release.
378380

379-
[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.8.1...main
381+
[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.8.2...main
382+
[v0.8.2]: https://github.com/stac-utils/pystac-client/compare/v0.8.1...v0.8.2
380383
[v0.8.1]: https://github.com/stac-utils/pystac-client/compare/v0.8.0...v0.8.1
381384
[v0.8.0]: https://github.com/stac-utils/pystac-client/compare/v0.7.7...v0.8.0
382385
[v0.7.7]: https://github.com/stac-utils/pystac-client/compare/v0.7.6...v0.7.7

pystac_client/version.py

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

0 commit comments

Comments
 (0)