chore(release): prepare for v0.3.0 #99

Merged
group_2759636_bot_9075f203b5d02ced0a8269693de8933b merged 20 commits from next-release into main 2026-01-09 09:01:59 +00:00
Showing only changes of commit 018444c022 - Show all commits
+10 -1
View File
@@ -2,11 +2,16 @@
All notable changes to this project will be documented in this file.
## [0.2.3] - 2025-12-31
## [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
@@ -21,6 +26,10 @@ All notable changes to this project will be documented in this file.
- *(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