diff --git a/docs/changelog.md b/docs/changelog.md index b995903..ed71eab 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,36 @@ # Changelog +## Release v0.6.1 (2023/05/31) + +### 💫 Highlights + +* 🎉 **Patch release for zen3geo** 🎉 +* 😎 Full Python 3.11 support and a couple of bug fixes for DatashaderRasterizer + +### 🚀 Features + +* 🥚 Allow using XpySTACAssetReader without xpystac when engine!=stac ([#100](https://github.com/weiji14/zen3geo/pull/100)) + +### 🐛 Bug Fixes + +* 🐛 Fix DatashaderRasterizer for GeoDataFrame wrapped in StreamWrapper ([#104](https://github.com/weiji14/zen3geo/pull/104)) +* 🐛 Fix DatashaderRasterizer to allow N:1 instead of just 1:1 ([#98](https://github.com/weiji14/zen3geo/pull/98)) + +### 📖 Documentation + +* 👽️ Handle ms-buildings 20230425 update in Object Detection tutorial ([#106](https://github.com/weiji14/zen3geo/pull/106)) + +### 🧰 Maintenance + +* 👷 NEP29: Run CI and Docs build on Python 3.11 ([#103](https://github.com/weiji14/zen3geo/pull/103)) +* ⬆️ Bump poetry from 1.3.0 to 1.4.2 ([#99](https://github.com/weiji14/zen3geo/pull/99)) + +### 🧑‍🤝‍🧑 Contributors + +[@dependabot[bot]](https://github.com/dependabot-bot) and [@weiji14](https://github.com/weiji14) + +--- + ## Release v0.6.0 (2023/04/18) ### 💫 Highlights diff --git a/pyproject.toml b/pyproject.toml index 6a6bd6c..d9aa434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zen3geo" -version = "0.6.0" +version = "0.6.1" 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"