Skip to content

Commit 50c0aca

Browse files
authored
release: v0.8.5 (#747)
1 parent 22b09e8 commit 50c0aca

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.6.9"
6+
rev: "v0.7.0"
77
hooks:
88
- id: ruff
99
args: [--fix, --exit-non-zero-on-fix]
@@ -25,7 +25,7 @@ repos:
2525
additional_dependencies:
2626
- importlib_metadata < 5; python_version == "3.7"
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.12.0
28+
rev: v1.13.0
2929
hooks:
3030
- id: mypy
3131
files: ".*\\.py$"

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.5] - 2024-10-23
11+
1012
### Fixed
1113

1214
- Use urljoin to build hrefs [#746](https://github.com/stac-utils/pystac-client/pull/746)
@@ -399,7 +401,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
399401

400402
Initial release.
401403

402-
[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.8.4...main
404+
[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.8.5...main
405+
[v0.8.5]: https://github.com/stac-utils/pystac-client/compare/v0.8.4...v0.8.5
403406
[v0.8.4]: https://github.com/stac-utils/pystac-client/compare/v0.8.3...v0.8.4
404407
[v0.8.3]: https://github.com/stac-utils/pystac-client/compare/v0.8.2...v0.8.3
405408
[v0.8.2]: https://github.com/stac-utils/pystac-client/compare/v0.8.1...v0.8.2

pystac_client/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.4"
1+
__version__ = "0.8.5"

0 commit comments

Comments
 (0)