From 429633427549fe949061e89363d97f37085686a5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 May 2026 14:07:07 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit hook golangci/golangci-lint to v2.12.0 (#306) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d712abe..6e1c6ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: go-test - id: gofumpt - repo: https://github.com/golangci/golangci-lint - rev: v2.11.4 + rev: v2.12.0 hooks: - id: golangci-lint-full - repo: https://github.com/gitleaks/gitleaks -- 2.52.0 From 028e59242067f3a786616d2d0ec800f2559b7efb Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Mon, 4 May 2026 14:11:27 +0000 Subject: [PATCH 2/2] chore(release): prepare for v0.5.1 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d23047..82de73b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [0.5.1] - 2026-05-04 + +### 🐛 Bug Fixes + +- *(ci)* Use go-test-coverage binary directly to fix Gitea Actions (#303) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.30.1 (#296) +- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.4 (#298) +- *(deps)* Update dependency go to v1.26.2 (#300) +- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.25.0 (#304) +- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.0 (#306) + ## [0.5.0] - 2026-03-12 ### 🚀 Features -- 2.52.0