Skip to content

Commit 53d17e2

Browse files
bump: version 0.3.0 → 0.4.0
1 parent 887b881 commit 53d17e2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.4.0 (2023-04-24)
2+
3+
### Feat
4+
5+
- use new entry point format
6+
17
## v0.3.0 (2023-02-01)
28

39
### Feat

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cz_nhm"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Commitizen config for the NHM, London"
55
readme = "README.md"
66
license = { text = "MIT" }
@@ -48,7 +48,7 @@ make-summary-multi-line = true
4848

4949
[tool.commitizen]
5050
name = "cz_conventional_commits"
51-
version = "0.3.0"
51+
version = "0.4.0"
5252
tag_format = "v$version"
5353
update_changelog_on_bump = true
5454
changelog_incremental = false

0 commit comments

Comments
 (0)