We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699e9f1 commit a4a2e96Copy full SHA for a4a2e96
.cz.toml
@@ -8,7 +8,7 @@ major_version_zero = true
8
name = "cz_conventional_commits"
9
tag_format = "v$version"
10
update_changelog_on_bump = true
11
-version = "0.3.0"
+version = "0.4.0"
12
version_files = [
13
"version.txt"
14
]
CHANGELOG.md
@@ -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
7
## v0.3.0 (2024-05-04)
### Feat
version.txt
@@ -1 +1 @@
-0.3.0
+0.4.0
0 commit comments