Skip to content

Commit

Permalink
bump: version 0.19.2 → 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent a1e2551 commit e4f5a65
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ commitizen:
name: cz_customize
tag_format: v$version
update_changelog_on_bump: false
version: 0.19.2
version: 0.20.0
version_files:
- internal/cli/app.go:Version
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.20.0 (2024-12-18)

### Feat

- **#32**: improve configuration API
- **#32**: configure by file with internal package

### Technical

- move toml function to config package and improve comments

## v0.19.2 (2024-12-18)

### Refactor
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func App(args []string) {
app := &cli.App{
Name: "sheriff",
Usage: "Fighting dangerous dangerous dependencies since 2024.",
Version: "0.19.2",
Version: "0.20.0",
Commands: []*cli.Command{
{
Name: "patrol",
Expand Down

0 comments on commit e4f5a65

Please sign in to comment.