From bff4dc20a3b3d3480e9309e419c4119aa5bd2c04 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 5 Nov 2024 14:03:22 -0700 Subject: [PATCH] release: v0.4.6 --- .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 8091c4f..beefa39 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.1" + rev: "v0.7.2" hooks: - id: ruff - id: ruff-format diff --git a/CHANGELOG.md b/CHANGELOG.md index 875084d..88135be 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.6] - 2024-11-05 + ### Added - `--http-header` CLI argument ([#238](https://github.com/stac-utils/stac-asset/pull/238)) @@ -215,7 +217,8 @@ Used to be . Initial release. -[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.5...HEAD +[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.6...HEAD +[0.4.6]: https://github.com/stac-utils/stac-asset/compare/v0.4.5...v0.4.6 [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 diff --git a/pyproject.toml b/pyproject.toml index 37b7b30..6f561b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stac-asset" -version = "0.4.5" +version = "0.4.6" description = "Read and download STAC assets across platforms and providers" authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }] readme = "README.md"