chore(release): prepare for v0.1.0 #349

Merged
group_2759636_bot_9075f203b5d02ced0a8269693de8933b merged 6 commits from next-release into main 2026-01-09 16:16:08 +00:00
2 changed files with 21 additions and 1 deletions
+3 -1
View File
@@ -1 +1,3 @@
{"version":"v0.0.22"}
{
"version": "v0.1.0"
}
+18
View File
@@ -2,6 +2,24 @@
All notable changes to this project will be documented in this file.
## [0.1.0] - 2026-01-09
### 🚀 Features
- Migrate from GitLab CI to Gitea Actions
### 📚 Documentation
- Add CLAUDE.md for Claude Code guidance
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.25.5 docker digest to ad03ba9
- *(deps)* Update actions/setup-go action to v6
- *(deps)* Update actions/checkout action to v6
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.8.0
- Add release workflow
## [0.0.22] - 2025-12-18
### 🐛 Bug Fixes