diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c98cfb..d082afc 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.3.5" + rev: "v0.4.1" hooks: - id: ruff - id: ruff-format diff --git a/CHANGELOG.md b/CHANGELOG.md index e242b1a..af810d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] - 2024.04.24 ### Removed @@ -20,7 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - `open_href` ([#123](https://github.com/stac-utils/stac-asset/pull/123)) - ## [0.2.3] - 2023-10-20 ### Added @@ -126,15 +125,16 @@ Used to be . Initial release. -[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.4...HEAD -[0.2.4]: https://github.com/stac-utils/stac-asset/compare/v0.2.3...v0.2.4 -[0.2.3]: https://github.com/stac-utils/stac-asset/compare/v0.2.2...v0.2.3 -[0.2.2]: https://github.com/stac-utils/stac-asset/compare/v0.2.1...v0.2.2 -[0.2.1]: https://github.com/stac-utils/stac-asset/compare/v0.2.0...v0.2.1 -[0.2.0]: https://github.com/stac-utils/stac-asset/compare/v0.1.1...v0.2.0 -[0.1.1]: https://github.com/stac-utils/stac-asset/compare/v0.1.0...v0.1.1 -[0.1.0]: https://github.com/stac-utils/stac-asset/compare/v0.0.4...v0.1.0 -[0.0.4]: https://github.com/stac-utils/stac-asset/compare/v0.0.3...v0.0.4 -[0.0.3]: https://github.com/stac-utils/stac-asset/compare/v0.0.2...v0.0.3 -[0.0.2]: https://github.com/stac-utils/stac-asset/compare/v0.0.1...v0.0.2 -[0.0.1]: https://github.com/stac-utils/stac-asset/releases/tag/v0.0.1 + +[0.3.0]: +[0.2.4]: +[0.2.3]: +[0.2.2]: +[0.2.1]: +[0.2.0]: +[0.1.1]: +[0.1.0]: +[0.0.4]: +[0.0.3]: +[0.0.2]: +[0.0.1]: diff --git a/pyproject.toml b/pyproject.toml index cfe607a..5b9862e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stac-asset" -version = "0.2.4" +version = "0.3.0" description = "Read and download STAC assets across platforms and providers" authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }] readme = "README.md"