Skip to content

Commit 2acb558

Browse files
chore(release): 2.3.0 [skip ci]
## [2.3.0](v2.2.1...v2.3.0) (2025-08-01) ### Features * [[#105](#105)] Add fingerprint for check findings ([f811414](f811414)) * [[#105](#105)] Deduplicate findings for the same line ([9b8ce7d](9b8ce7d))
1 parent 9b8ce7d commit 2acb558

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.3.0](https://github.com/timo-reymann/gitlab-ci-verify/compare/v2.2.1...v2.3.0) (2025-08-01)
2+
3+
4+
### Features
5+
6+
* [[#105](https://github.com/timo-reymann/gitlab-ci-verify/issues/105)] Add fingerprint for check findings ([f811414](https://github.com/timo-reymann/gitlab-ci-verify/commit/f8114149131b9a6e90e4571f14ab2702fb1a26eb))
7+
* [[#105](https://github.com/timo-reymann/gitlab-ci-verify/issues/105)] Deduplicate findings for the same line ([9b8ce7d](https://github.com/timo-reymann/gitlab-ci-verify/commit/9b8ce7d6645a99f59744fcb0ed7ae81ed11ef641))
8+
19
## [2.2.1](https://github.com/timo-reymann/gitlab-ci-verify/compare/v2.2.0...v2.2.1) (2025-08-01)
210

311

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ docker run --rm -it -v $PWD:/workspace -e GITLAB_TOKEN="your token" timoreymann/
150150

151151
```yaml
152152
- repo: https://github.com/timo-reymann/gitlab-ci-verify
153-
rev: v2.2.1
153+
rev: v2.3.0
154154
hooks:
155155
- id: gitlab-ci-verify
156156
```

python_wrapper/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gitlab-ci-verify"
3-
version = "2.2.1"
3+
version = "2.3.0"
44
description = "Validate and lint your gitlab ci files using ShellCheck, the Gitlab API and curated checks"
55
authors = [
66
{ name = "Timo Reymann", email = "[email protected]" }

0 commit comments

Comments
 (0)