Skip to content

Commit

Permalink
bump: version 0.20.1 → 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 23, 2024
1 parent 6dba9d0 commit c802318
Show file tree
Hide file tree
Showing 3 changed files with 8 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.20.1
version: 0.21.0
version_files:
- internal/cli/app.go:Version
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.21.0 (2024-12-23)

### Feat

- **#36**: post to multiple slack channels (#38)

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

### Fix
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.20.1",
Version: "0.21.0",
Commands: []*cli.Command{
{
Name: "patrol",
Expand Down

0 comments on commit c802318

Please sign in to comment.