From a1b493f2a38da66decdba7a8337ba0a331f18a06 Mon Sep 17 00:00:00 2001 From: grm-ci-bot Date: Sun, 21 Jun 2026 19:49:23 +0200 Subject: [PATCH] release: v0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ src/gitea_runner_manager/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9f6e1..de519ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.2.0] - 2026-06-21 + +### Features + +- Fix 12 critical workflow gaps in release pipeline + +### Bug Fixes + +- Release push permission and notify_failure label IDs + ## [Unreleased] ### Added diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index b7327f9..82ae315 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.1.0" +__version__ = "0.2.0"