From 7edb7f96dc788973b850cf68dd0925ef24ca39af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Tej=C3=B3n?= Date: Fri, 8 Nov 2024 11:14:08 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.7.0=20=E2=86=92=200.8.0-a0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index 37e53cd..f775542 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.7.0" +version = "0.8.0-a0" update_changelog_on_bump = true major_version_zero = true version_files = [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a1922..54e1ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 0.8.0-a0 (2024-11-08) + +### Feat + +- hooks (#51) +- **Makefile**: Introduce version bumping options and improve release process (#47) + +### Fix + +- output (#46) +- **internal/config/config.go**: Filter config versions by specified fields (#45) + +### Refactor + +- cmd flags (#44) +- **Makefile**: Rearrange build targets, use CURRENT_VERSION for go application +- **internal/config/config.go**: Introduce field filtering in printConfigVersionsPlain function (#42) +- **internal/config/config.go**: Introduce field filtering in printConfigVersionsPlain function (#42) + ## 0.7.0 (2024-11-04) ### Feat