Skip to content

Commit

Permalink
bump: version 1.4.0 → 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bpiwowar committed Dec 19, 2023
1 parent 93f4f56 commit 96dabd5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v1.4.1 (2023-12-19)

### Feat

- decorator class method for experiment helpers
- representation of identifier as hex string
- load task from directory

### Fix

- identifier is a method not a property

## v1.4.0 (2023-12-16)

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

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

0 comments on commit 96dabd5

Please sign in to comment.