Skip to content

Commit 8523e81

Browse files
chore(release): 2.4.2 [skip ci]
## [2.4.2](v2.4.1...v2.4.2) (2025-09-02) ### Bug Fixes * **deps:** update module github.com/spf13/pflag to v1.0.10 ([24c1dcb](24c1dcb))
1 parent 24c1dcb commit 8523e81

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.4.2](https://github.com/timo-reymann/gitlab-ci-verify/compare/v2.4.1...v2.4.2) (2025-09-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update module github.com/spf13/pflag to v1.0.10 ([24c1dcb](https://github.com/timo-reymann/gitlab-ci-verify/commit/24c1dcb15547be0331d2914677eb7f2bad201d99))
7+
18
## [2.4.1](https://github.com/timo-reymann/gitlab-ci-verify/compare/v2.4.0...v2.4.1) (2025-09-02)
29

310

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To check your Gitlab CI YAML before pushing or even as part of CI itself.
88

99
```yaml
1010
- repo: https://github.com/timo-reymann/gitlab-ci-verify
11-
rev: v2.4.1
11+
rev: v2.4.2
1212
hooks:
1313
- id: gitlab-ci-verify
1414
```

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.4.1"
3+
version = "2.4.2"
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)