Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Dec 11, 2023
1 parent 396da92 commit 1b3c26b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## 0.3.0 (2023-12-11)

### Feat

- use sepal_ui==2.17 to avoid conflicts with ipyleaflet
- rename results drawer
- align layer handler components
- add export as GDrive

### Fix

- fix layer handler broken event

### Refactor

- change TBD wording
- change degradation color palette
- **about**: add module documentation
- use sepal venv
- set sepal entry point
- **map_dashboard**: add B land cover layers
- enlarge dialog width
- **dash_map**: display readable layer names
- debug
- use custom legend
- typo

## 0.2.0 (2023-12-04)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b3c26b

Please sign in to comment.