We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4212e commit 37dcdc6Copy full SHA for 37dcdc6
.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.1.1"
+version = "0.2.0"
12
version_files = [
13
"version.txt"
14
]
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## v0.2.0 (2024-04-29)
2
+
3
+### Feat
4
5
+- **docker**: add additional stage for the use with devcontainers
6
7
+### Refactor
+- **docker**: bump default Fedora version to 40
+- **docker**: move environment variables and labels to the base image to not repeat ourselves
## v0.1.1 (2024-04-08)
### Perf
version.txt
@@ -1 +1 @@
-0.1.1
+0.2.0
0 commit comments