From 39ad9023893b732a511ea3102b8d021971d08941 Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Mon, 11 Dec 2023 12:07:40 +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 | 11 +++++++++++ pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2bbcd..854b05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.3.0 (2023-12-11) + +### Feat + +- use sepal_ui==2.17 to avoid conflicts with ipyleaflet + +### Refactor + +- **decorator**: remove debug param +- remove debug arg + ## 0.2.0 (2023-10-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