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