Skip to content

Commit

Permalink
bump: version 0.7.0 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Oct 20, 2024
1 parent 1d124dc commit 6aec654
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.8.0 (2024-10-20)

### Feat

- reorder drawers

### Fix

- remove proje4ct from imports, update repo if it is already cloned (#68)
- remove proje4ct from imports, update repo if it is already cloned (#68)
- selfmask from remapped images. closes #61

### Refactor

- remove legacy graphs
- remove legacy graphs
- allow 0 as missing values
- update on change
- move imports
- use ipecharts and replace old sankey

## 0.7.0 (2024-08-23)

### 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.7.0"
version = "0.8.0"

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

0 comments on commit 6aec654

Please sign in to comment.