From 8a2c1d071ce038a9385923bfd4b0e6a5f6be3501 Mon Sep 17 00:00:00 2001 From: Unbound Releaser Date: Fri, 9 Jan 2026 09:06:08 +0000 Subject: [PATCH] chore(release): prepare for v0.2.0 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f2bdd..d593da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,21 @@ All notable changes to this project will be documented in this file. -## [0.1.12] - 2025-12-31 +## [0.2.0] - 2026-01-09 + +### 🚀 Features + +- Migrate from GitLab CI to Gitea Actions ### 🐛 Bug Fixes - *(deps)* Update opentelemetry-go monorepo - *(deps)* Update module github.com/99designs/gqlgen to v0.17.85 +### 🚜 Refactor + +- Update import paths to the new repository location + ### 📚 Documentation - Add CLAUDE.md for Claude Code integration @@ -22,6 +30,10 @@ 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 +- Add pre-commit and release workflows ## [0.1.11] - 2025-11-24