Skip to content

Commit

Permalink
chore(release): 0.5.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.4](v0.5.3...v0.5.4) (2024-12-10)

### Bug Fixes

* **python-wrapper:** Use unpack for validator config ([491a1ec](491a1ec))
  • Loading branch information
semantic-release-bot committed Dec 10, 2024
1 parent 491a1ec commit 33ef3e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.5.4](https://github.com/timo-reymann/gitlab-ci-verify/compare/v0.5.3...v0.5.4) (2024-12-10)


### Bug Fixes

* **python-wrapper:** Use unpack for validator config ([491a1ec](https://github.com/timo-reymann/gitlab-ci-verify/commit/491a1ec140c824c4eb7d1a766802bc6560baeccb))

## [0.5.3](https://github.com/timo-reymann/gitlab-ci-verify/compare/v0.5.2...v0.5.3) (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ docker run --rm -it -v $PWD:/workspace -e GITLAB_TOKEN="your token" timoreymann/

```yaml
- repo: https://github.com/timo-reymann/gitlab-ci-verify
rev: v0.5.3
rev: v0.5.4
hooks:
- id: gitlab-ci-verify
```
Expand Down
2 changes: 1 addition & 1 deletion python_wrapper/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gitlab-ci-verify"
version = "0.5.3"
version = "0.5.4"
description = "Validate and lint your gitlab ci files using ShellCheck, the Gitlab API and curated checks"
authors = [
{ name = "Timo Reymann", email = "[email protected]" }
Expand Down

0 comments on commit 33ef3e2

Please sign in to comment.