From 1e11fcc5bdee6882e77b30c241aa053fe4a92e02 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Thu, 29 Jun 2023 19:53:03 +1200 Subject: [PATCH] :bookmark: Changelog entry for v0.6.2 (#113) * :bookmark: Changelog entry for v0.6.2 Patch release for zen3geo. * :arrow_up: Bump zen3geo from 0.6.1 to 0.6.2 Bumps [zen3geo](https://github.com/weiji14/zen3geo) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/weiji14/zen3geo/releases) - [Changelog](https://github.com/weiji14/zen3geo/blob/main/docs/changelog.md) - [Commits](https://github.com/weiji14/zen3geo/compare/v0.6.1...v0.6.2) --- docs/changelog.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index ed71eab..23ecce7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,26 @@ # Changelog +## Release v0.6.2 (2023/06/29) + +### 💫 Highlights + +* 🎉 **Patch release for zen3geo** 🎉 +* 🚀 Quick addition of a new PySTACAPIItemLister DataPipe + +### 🚀 Features + +* ✨ PySTACAPIItemLister to list STAC Items matching STAC API search ([#111](https://github.com/weiji14/zen3geo/pull/111)) + +### 🧰 Maintenance + +* ⬆️ Bump poetry from 1.4.2 to 1.5.1 ([#110](https://github.com/weiji14/zen3geo/pull/110)) + +### 🧑‍🤝‍🧑 Contributors + +[@dependabot[bot]](https://github.com/dependabot-bot) and [@weiji14](https://github.com/weiji14) + +--- + ## Release v0.6.1 (2023/05/31) ### 💫 Highlights diff --git a/pyproject.toml b/pyproject.toml index f130c0d..4b6a320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zen3geo" -version = "0.6.1" +version = "0.6.2" description = "The 🌏 data science library you've been waiting for~" authors = ["Wei Ji <23487320+weiji14@users.noreply.github.com>"] license = "LGPL-3.0-or-later"