Skip to content

Commit 8b496bb

Browse files
bump: version 0.22.0 → 0.22.1
1 parent 63512a0 commit 8b496bb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

internal/cli/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)