Merge pull request 'chore(release): prepare for v0.3.0' (#99) from next-release into main
Release / release (push) Successful in 1m57s
presenter / test (push) Successful in 5m54s
presenter / vulnerabilities (push) Successful in 6m3s
pre-commit / pre-commit (push) Successful in 9m19s

Reviewed-on: #99
This commit was merged in pull request #99.
This commit is contained in:
2026-01-09 09:01:56 +00:00
2 changed files with 32 additions and 1 deletions
+3 -1
View File
@@ -1 +1,3 @@
{"version":"v0.2.2"}
{
"version": "v0.3.0"
}
+29
View File
@@ -2,6 +2,35 @@
All notable changes to this project will be documented in this file.
## [0.3.0] - 2026-01-09
### 🚀 Features
- Migrate from GitLab CI to Gitea Actions
### 🐛 Bug Fixes
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.85
- Update module path from gitlab to git.unbound.se
### 📚 Documentation
- Add CLAUDE.md for Claude Code integration
### ⚙️ Miscellaneous Tasks
- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.30.0
- *(deps)* Update golang docker tag to v1.25.5
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.7.0
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.7.1
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.7.2
- *(deps)* Update golang:1.25.5 docker digest to 0c27bcf
- *(deps)* Update golang:1.25.5 docker digest to ad03ba9
- *(deps)* Update actions/checkout action to v6
- *(deps)* Update actions/setup-go action to v6
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.8.0
- Add pre-commit and release workflows
## [0.2.2] - 2025-11-24
### 🐛 Bug Fixes