From 9011c04ebdfa123ee41adb910df465576480d628 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 23 Oct 2024 06:52:23 -0600 Subject: [PATCH] release: v0.8.5 --- .pre-commit-config.yaml | 4 ++-- CHANGELOG.md | 5 ++++- pystac_client/version.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71034939..09ab3256 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.6.9" + rev: "v0.7.0" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -25,7 +25,7 @@ repos: additional_dependencies: - importlib_metadata < 5; python_version == "3.7" - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.0 + rev: v1.13.0 hooks: - id: mypy files: ".*\\.py$" diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bdee619..e1ecf9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.8.5] - 2024-10-23 + ### Fixed - 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. Initial release. -[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.8.4...main +[Unreleased]: https://github.com/stac-utils/pystac-client/compare/v0.8.5...main +[v0.8.5]: https://github.com/stac-utils/pystac-client/compare/v0.8.4...v0.8.5 [v0.8.4]: https://github.com/stac-utils/pystac-client/compare/v0.8.3...v0.8.4 [v0.8.3]: https://github.com/stac-utils/pystac-client/compare/v0.8.2...v0.8.3 [v0.8.2]: https://github.com/stac-utils/pystac-client/compare/v0.8.1...v0.8.2 diff --git a/pystac_client/version.py b/pystac_client/version.py index fa3ddd8c..af46754d 100644 --- a/pystac_client/version.py +++ b/pystac_client/version.py @@ -1 +1 @@ -__version__ = "0.8.4" +__version__ = "0.8.5"