From 1c1770f0682d15fadfefe45123d386654dc1203a Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Fri, 9 Jan 2026 08:02:28 +0000 Subject: [PATCH] chore(release): prepare for v0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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