From 1b3c26b27d4979342abd5b743fb1056a2aa049b4 Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Mon, 11 Dec 2023 12:16:22 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f564b00..1127919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## 0.3.0 (2023-12-11) + +### Feat + +- use sepal_ui==2.17 to avoid conflicts with ipyleaflet +- rename results drawer +- align layer handler components +- add export as GDrive + +### Fix + +- fix layer handler broken event + +### Refactor + +- change TBD wording +- change degradation color palette +- **about**: add module documentation +- use sepal venv +- set sepal entry point +- **map_dashboard**: add B land cover layers +- enlarge dialog width +- **dash_map**: display readable layer names +- debug +- use custom legend +- typo + ## 0.2.0 (2023-12-04) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 0c1b719..b526b86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] -version = "0.2.0" +version = "0.3.0" [tool.commitizen] -version = "0.2.0" +version = "0.3.0" update_changelog_on_bump = true changelog_file = "CHANGELOG.md" changelog_incremental = true