Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Dec 17, 2023
1 parent 233bd11 commit 58de901
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.4.0 (2023-12-17)

### Feat

- remove maps when values have changed
- improve time out computation
- improve error handling
- **tables**: rename and standarize transition table headers. - improve error handling
- **local_matrix**: copy transition matrix on local side

### Fix

- **legend**: set mountain legend on aoi map

### Refactor

- remove legacy code
- **biobelt**: increase max piexels

## 0.3.0 (2023-12-11)

### 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.3.0"
version = "0.4.0"

[tool.commitizen]
version = "0.3.0"
version = "0.4.0"
update_changelog_on_bump = true
changelog_file = "CHANGELOG.md"
changelog_incremental = true
Expand Down

0 comments on commit 58de901

Please sign in to comment.