Skip to content

Commit a9d451a

Browse files
bump: version 0.24.0 → 0.24.1
1 parent 57e0a21 commit a9d451a

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ commitizen:
106106
name: cz_customize
107107
tag_format: v$version
108108
update_changelog_on_bump: false
109-
version: 0.24.0
109+
version: 0.24.1
110110
version_files:
111111
- internal/cli/app.go:Version
112112
- gitlab/templates/sheriff.gitlab-ci.yml:sheriff:v

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.24.1 (2025-02-10)
2+
3+
### Fix
4+
5+
- **#48**: summary report severity count
6+
17
## v0.24.0 (2025-01-13)
28

39
### Feat

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ To run sheriff on Gitlab, we suggest the following set-up:
252252
2. Create a CI file in this repository which extends from our template
253253
```yaml
254254
include:
255-
- remote: 'https://raw.githubusercontent.com/elementsinteractive/sheriff/refs/tags/v0.24.0/gitlab/templates/sheriff.gitlab-ci.yml'
255+
- remote: 'https://raw.githubusercontent.com/elementsinteractive/sheriff/refs/tags/v0.24.1/gitlab/templates/sheriff.gitlab-ci.yml'
256256

257257
sheriff:
258258
extends: .sheriff

gitlab/templates/sheriff.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111
.sheriff:
1212
stage: deploy
1313
image:
14-
name: elementsinteractive/sheriff:v0.24.0
14+
name: elementsinteractive/sheriff:v0.24.1
1515
entrypoint: [""]
1616
resource_group: production
1717
rules:

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.24.0",
12+
Version: "0.24.1",
1313
Commands: []*cli.Command{
1414
{
1515
Name: "patrol",

0 commit comments

Comments
 (0)