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