diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e768fe0..bf9c83d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,6 @@ repos: - types-tabulate - types-tqdm - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.285" + rev: "v0.0.287" hooks: - id: ruff diff --git a/CHANGELOG.md b/CHANGELOG.md index 3803406..d215200 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.2.1] - 2023-09-05 + ### Fixed - Use absolute paths for item collection downloads ([#96](https://github.com/stac-utils/stac-asset/pull/96), [#97](https://github.com/stac-utils/stac-asset/pull/97)) @@ -97,7 +99,8 @@ Used to be . Initial release. -[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.0...HEAD +[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.1...HEAD +[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 diff --git a/pyproject.toml b/pyproject.toml index 6d2f7f3..c234a4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stac-asset" -version = "0.2.0" +version = "0.2.1" description = "Read and download STAC assets across platforms and providers" authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }] readme = "README.md"