Skip to content

Commit

Permalink
bump: version 0.4.1 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent 226091e commit fcc5d2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.5.0 (2024-10-23)

### Feat

- enable breaking changes with exclamation marks

### Fix

- move breaking to footer

## v0.4.1 (2023-04-24)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cz_nhm"
version = "0.4.1"
version = "0.5.0"
description = "Commitizen config for the NHM, London"
readme = "README.md"
license = { text = "MIT" }
Expand Down Expand Up @@ -48,7 +48,7 @@ make-summary-multi-line = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.4.1"
version = "0.5.0"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = false
Expand Down

0 comments on commit fcc5d2b

Please sign in to comment.