2 Commits

Author SHA1 Message Date
releaser 6f8ff56483 chore(release): prepare for v0.2.2
pagination / vulnerabilities (pull_request) Successful in 55s
pagination / test (pull_request) Successful in 1m30s
pre-commit / pre-commit (pull_request) Successful in 3m21s
2026-06-27 23:09:06 +00:00
releaser a0fbdd5d98 chore(release): prepare for v0.2.2 2026-06-27 23:09:02 +00:00
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.2.1"
"version": "v0.2.2"
}
+24
View File
@@ -2,6 +2,30 @@
All notable changes to this project will be documented in this file.
## [0.2.2] - 2026-06-27
### 🐛 Bug Fixes
- *(ci)* Use go-test-coverage binary directly to fix Gitea Actions (#96)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.24.0 (#77)
- Add code coverage integration
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.9.0 (#81)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.10.1 (#82)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.1 (#85)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.2 (#87)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.3 (#89)
- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.30.1 (#91)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.11.4 (#93)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.25.0 (#98)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.0 (#100)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.1 (#102)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.2 (#103)
- *(deps)* Update actions/checkout action to v7 (#105)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0 (#107)
## [0.2.1] - 2026-01-09
### ⚙️ Miscellaneous Tasks