Merge pull request 'chore(release): prepare for v0.1.2' (#360) from next-release into main
Release / release (push) Failing after 59s
gitlab-cleanup-handler / vulnerabilities (push) Successful in 2m22s
gitlab-cleanup-handler / test (push) Successful in 2m29s
gitlab-cleanup-handler / build (push) Successful in 3m37s

Reviewed-on: #360
This commit was merged in pull request #360.
This commit is contained in:
2026-02-07 10:22:06 +00:00
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.1"
"version": "v0.1.2"
}
+17
View File
@@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file.
## [0.1.2] - 2026-02-07
### 🐛 Bug Fixes
- *(deps)* Update module github.com/alecthomas/kong to v1.14.0 (#367)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.25.5 docker digest to 3a01526 (#358)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.24.0 (#359)
- *(deps)* Update dependency go to v1.25.6 (#361)
- *(deps)* Update golang docker tag to v1.25.6 (#362)
- Remove unused .gitlab-ci.yml
- *(deps)* Update golang:1.25.6 docker digest to ceda080 (#364)
- *(deps)* Update dependency go to v1.25.7 (#365)
- *(deps)* Update golang docker tag to v1.25.7 (#366)
## [0.1.1] - 2026-01-10
### ⚙️ Miscellaneous Tasks