File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,6 @@ commitizen:
106106 name : cz_customize
107107 tag_format : v$version
108108 update_changelog_on_bump : false
109- version : 0.20.0
109+ version : 0.20.1
110110 version_files :
111111 - internal/cli/app.go:Version
Original file line number Diff line number Diff line change 1+ ## v0.20.1 (2024-12-18)
2+
3+ ### Fix
4+
5+ - sheriff.toml config should be optional (#37 )
6+
17## v0.20.0 (2024-12-18)
28
39### Feat
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ func App(args []string) {
99 app := & cli.App {
1010 Name : "sheriff" ,
1111 Usage : "Fighting dangerous dangerous dependencies since 2024." ,
12- Version : "0.20.0 " ,
12+ Version : "0.20.1 " ,
1313 Commands : []* cli.Command {
1414 {
1515 Name : "patrol" ,
You can’t perform that action at this time.
0 commit comments