diff --git a/.version b/.version index 0b66d00..1437d5b 100644 --- a/.version +++ b/.version @@ -1 +1,3 @@ -{"version":"v0.1.0"} +{ + "version": "v0.2.0" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 896cdda..4ed5cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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