Skip to content

Commit 37dcdc6

Browse files
bump: version 0.1.1 → 0.2.0
1 parent fb4212e commit 37dcdc6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.1.1"
11+
version = "0.2.0"
1212
version_files = [
1313
"version.txt"
1414
]

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -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
8+
9+
- **docker**: bump default Fedora version to 40
10+
- **docker**: move environment variables and labels to the base image to not repeat ourselves
11+
112
## v0.1.1 (2024-04-08)
213

314
### Perf

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.2.0

0 commit comments

Comments
 (0)