From 33ef3e22ea50fcb5144b9382ddab842efab474d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Dec 2024 14:06:43 +0000 Subject: [PATCH] chore(release): 0.5.4 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- python_wrapper/pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 559e8ce..bf39e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 2baca48..899eb1e 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/python_wrapper/pyproject.toml b/python_wrapper/pyproject.toml index 31a42c6..cc3bbd3 100644 --- a/python_wrapper/pyproject.toml +++ b/python_wrapper/pyproject.toml @@ -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 = "mail@timo-reymann.de" }