We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887b881 commit 53d17e2Copy full SHA for 53d17e2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.4.0 (2023-04-24)
2
+
3
+### Feat
4
5
+- use new entry point format
6
7
## v0.3.0 (2023-02-01)
8
9
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "cz_nhm"
-version = "0.3.0"
+version = "0.4.0"
description = "Commitizen config for the NHM, London"
readme = "README.md"
license = { text = "MIT" }
@@ -48,7 +48,7 @@ make-summary-multi-line = true
48
49
[tool.commitizen]
50
name = "cz_conventional_commits"
51
52
tag_format = "v$version"
53
update_changelog_on_bump = true
54
changelog_incremental = false
0 commit comments