diff --git a/.cz.toml b/.cz.toml index 9bab299..7883222 100644 --- a/.cz.toml +++ b/.cz.toml @@ -8,7 +8,7 @@ major_version_zero = true name = "cz_conventional_commits" tag_format = "v$version" update_changelog_on_bump = true -version = "0.1.0" +version = "0.1.1" version_files = [ "version.txt" ] diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1fd5dc4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## v0.1.1 (2024-04-08) + +### Perf + +- **docker**: speed up image builds by configuring DNF to keep cache after installation + +## v0.1.0 (2024-04-01) diff --git a/version.txt b/version.txt index 6e8bf73..17e51c3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 +0.1.1