Skip to content

Commit a4a2e96

Browse files
bump: version 0.3.0 → 0.4.0
1 parent 699e9f1 commit a4a2e96

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.cz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ major_version_zero = true
88
name = "cz_conventional_commits"
99
tag_format = "v$version"
1010
update_changelog_on_bump = true
11-
version = "0.3.0"
11+
version = "0.4.0"
1212
version_files = [
1313
"version.txt"
1414
]

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.4.0 (2024-05-23)
2+
3+
### Feat
4+
5+
- **docker**: add the python package manager poetry to the devcontainer stage
6+
17
## v0.3.0 (2024-05-04)
28

39
### Feat

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

0 commit comments

Comments
 (0)