From ed4a634734a02b175db8f67af6f101a61bd8956d Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Mon, 11 Dec 2023 09:55:56 +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 | 14 ++++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42eb592..ac006bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.3.0 (2023-12-11) + +### Feat + +- use sepal_ui==2.17 to avoid conflicts with ipyleaflet + +### Fix + +- fix wrong css id for waiting message + +### Refactor + +- **decorator**: drop debug param + ## 0.2.0 (2023-11-23) ### Feat diff --git a/pyproject.toml b/pyproject.toml index f6efcdf..9fbf300 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