From 57a9fa285e0bf2c3924d9dd1c0677ae1f20942ea Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Mon, 11 Dec 2023 10:36:52 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88352f5..417ef20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.2.0 (2023-12-11) + +### Feat + +- use sepal_ui==2.17 to avoid conflicts with ipyleaflet +- **ui**: use sepal venv and add loading message + +### Refactor + +- set loading-app id +- **decorator**: remove debug param +- **decorator**: remove debug param + ## 0.1.0 (2023-10-12) ### Feat diff --git a/pyproject.toml b/pyproject.toml index bcadde9..61faf45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,10 +2,10 @@ entry-point = "ui.ipynb" [project] -version = "0.1.0" +version = "0.2.0" [tool.commitizen] -version = "0.1.0" +version = "0.2.0" update_changelog_on_bump = true changelog_file = "CHANGELOG.md" changelog_incremental = true