chore(release): prepare for v0.2.0 #73

Merged
argoyle merged 2 commits from next-release into main 2026-01-09 08:13:23 +00:00
2 changed files with 17 additions and 1 deletions
+3 -1
View File
@@ -1 +1,3 @@
{"version":"v0.1.0"}
{
"version": "v0.2.0"
}
+14
View File
@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
## [0.2.0] - 2026-01-09
### 🚀 Features
- Add Gitea Actions workflow
### ⚙️ Miscellaneous Tasks
- *(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
- Migrate module path from GitLab to Gitea
- Add pre-commit and release workflows for Gitea Actions
## [0.1.0] - 2026-01-01
### 🚀 Features