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.22.0
109+ version : 0.22.1
110110 version_files :
111111 - internal/cli/app.go:Version
Original file line number Diff line number Diff line change 1+ ## v0.22.1 (2024-12-23)
2+
3+ ### Refactor
4+
5+ - use slices.SortFunc instead of sort.Slice (#39 )
6+
17## v0.22.0 (2024-12-23)
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.22.0 " ,
12+ Version : "0.22.1 " ,
1313 Commands : []* cli.Command {
1414 {
1515 Name : "patrol" ,
You can’t perform that action at this time.
0 commit comments