diff --git a/.cz.yaml b/.cz.yaml index afb560f..70bb9c2 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.2 + version: 0.18.3 version_files: - internal/cli/app.go:Version diff --git a/CHANGELOG.md b/CHANGELOG.md index bd87448..4038f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.18.3 (2024-12-09) + +### CI + +- change goreleaser changelog and attempt a non-shallow clone (#29) + ## v0.18.2 (2024-12-09) ### CI diff --git a/internal/cli/app.go b/internal/cli/app.go index a0a420e..17b8451 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.2", + Version: "0.18.3", Commands: []*cli.Command{ { Name: "patrol",