From b9a5996606817221472c1fe1cf4b76a097185087 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 23 Aug 2023 09:24:05 -0600 Subject: [PATCH] release: v0.2.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef3c65..f114937 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.0] - 2023-08-23 + ### Added - Use multiple clients when downloading ([#46](https://github.com/stac-utils/stac-asset/pull/46)) @@ -91,7 +93,8 @@ Used to be . Initial release. -[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.1.1...HEAD +[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.0...HEAD +[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 diff --git a/pyproject.toml b/pyproject.toml index b0e5865..2c3f711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stac-asset" -version = "0.1.1" +version = "0.2.0" description = "Read and download STAC assets across platforms and providers" authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }] readme = "README.md"