From b377f955f38cd3b50ca544752a69cd2b5a2cd63e Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 29 Oct 2024 17:17:56 -0600 Subject: [PATCH] release: v0.4.5 --- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5bf41cc..8091c4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - types-tabulate - types-tqdm - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.7.0" + rev: "v0.7.1" hooks: - id: ruff - id: ruff-format diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f6ba8..fd45577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.4.5] - 2024-10-29 + ### Added - Added logic to select `EarthdataClient` when appropriate ([#235](https://github.com/stac-utils/stac-asset/pull/235)) @@ -208,7 +210,8 @@ Used to be . Initial release. -[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.4...HEAD +[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.5...HEAD +[0.4.5]: https://github.com/stac-utils/stac-asset/compare/v0.4.4...v0.4.5 [0.4.4]: https://github.com/stac-utils/stac-asset/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/stac-utils/stac-asset/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/stac-utils/stac-asset/compare/v0.4.1...v0.4.2 diff --git a/pyproject.toml b/pyproject.toml index 67b2494..37b7b30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stac-asset" -version = "0.4.4" +version = "0.4.5" description = "Read and download STAC assets across platforms and providers" authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }] readme = "README.md"