From cd58e856673c6f3ab11dab400ee878ae72cd0374 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Dec 2024 11:12:57 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.18.3=20=E2=86=92=200.18.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 6 ++++++ internal/cli/app.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 70bb9c2..ea7de59 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -106,6 +106,6 @@ commitizen: name: cz_customize tag_format: v$version update_changelog_on_bump: false - version: 0.18.3 + version: 0.18.4 version_files: - internal/cli/app.go:Version diff --git a/CHANGELOG.md b/CHANGELOG.md index 4038f91..5b3ec69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.18.4 (2024-12-09) + +### Fix + +- keep project-level config backwards-compatible + ## v0.18.3 (2024-12-09) ### CI diff --git a/internal/cli/app.go b/internal/cli/app.go index 17b8451..73a2dc2 100644 --- a/internal/cli/app.go +++ b/internal/cli/app.go @@ -9,7 +9,7 @@ func App(args []string) { app := &cli.App{ Name: "sheriff", Usage: "Fighting dangerous dangerous dependencies since 2024.", - Version: "0.18.3", + Version: "0.18.4", Commands: []*cli.Command{ { Name: "patrol",