Merge pull request 'chore(release): prepare for v0.2.0' (#73) from next-release into main
Release / release (push) Successful in 1m39s
pagination / test (push) Successful in 3m45s
pagination / vulnerabilities (push) Successful in 3m41s
pre-commit / pre-commit (push) Successful in 10m49s

Reviewed-on: #73
This commit was merged in pull request #73.
This commit is contained in:
2026-01-09 08:13:21 +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