Skip to content

Commit

Permalink
bump: version 1.5.4 → 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bpiwowar committed May 10, 2024
1 parent f84b50e commit bf11cea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.5.5 (2024-05-10)

### Fix

- bugs in normal task exit

### Refactor

- change run-experiment parameters
- removed unused environments

## v1.5.4 (2024-03-06)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ warn_unused_ignores = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.5.4"
version = "1.5.5"
changelog_start_rev = "0.15.0"
tag_format = "v$version"
update_changelog_on_bump = true

0 comments on commit bf11cea

Please sign in to comment.