From 95201cc5ad3e718538ba751cb87edf122c23f93f Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Fri, 9 Jan 2026 07:59:17 +0000 Subject: [PATCH] chore(release): prepare for v0.1.0 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b63343a..f7768e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to this project will be documented in this file. -## [0.0.4] - 2025-12-30 +## [0.1.0] - 2026-01-09 + +### 🚀 Features + +- Add Gitea Actions workflow ### ⚙️ Miscellaneous Tasks @@ -16,6 +20,11 @@ All notable changes to this project will be documented in this file. - *(deps)* Update pre-commit hook golangci/golangci-lint to v2.7.2 - *(deps)* Update golang:1.25.5 docker digest to 0c27bcf - *(deps)* Update golang:1.25.5 docker digest to ad03ba9 +- *(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.com to git.unbound.se +- Add pre-commit and release workflows ## [0.0.3] - 2025-11-13