From f14ef14dc648da5a765184b64b29ce416833f5ff Mon Sep 17 00:00:00 2001 From: grm-ci-bot Date: Mon, 22 Jun 2026 22:28:42 +0200 Subject: [PATCH] release: v0.6.2 [skip ci] --- CHANGELOG.md | 16 ++++++++++++++++ src/gitea_runner_manager/__init__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b66c3..9221580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.6.2] - 2026-06-22 + +### Bug Fixes + +- Include lint extras in setup-ci and setup-release +- Use commit SHA URLs for badges to bypass Gitea cache +- Make sync-wiki and vikunja depend on release +- Pin devx to v0.4.0, fix cliff.toml preprocessor, bump to v0.7.0 + +### Refactor + +- Fully automate PR merge — no manual label/review needed +- Require tea CLI everywhere, fail on missing Vikunja task +- Separate GRM and CI translations with validation +- Migrate from scripts/ to devx package + ## [0.7.0] - 2026-06-22 ### Bug Fixes diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index 449310a..f2d04d5 100644 --- a/src/gitea_runner_manager/__init__.py +++ b/src/gitea_runner_manager/__init__.py @@ -1,3 +1,3 @@ """Gitea Runner Manager — lean CLI for managing Gitea Actions runners.""" -__version__ = "0.7.0" +__version__ = "0.6.2"