From f8327a8e890d131a15d1c7c191178ca7438f61ee Mon Sep 17 00:00:00 2001 From: Emil Simeonov Date: Mon, 22 Jun 2026 02:13:43 +0200 Subject: [PATCH] revert: remove v0.6.0 release (no user-facing changes) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v0.6.0 release contained only infrastructure changes (CI workflows, badges, review scripts, test fixes). The only user-facing file changed was api_clients.py, which was modified to fix the Gitea review API event name — an internal CI fix, not a user-facing feature. Reverting the version bump and CHANGELOG entry. The tag and release have been deleted from the remote. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 -------------- src/gitea_runner_manager/__init__.py | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5951b99..3e92d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,6 @@ All notable changes to this project will be documented in this file. -## [0.6.0] - 2026-06-21 - -### Features - -- Add self-updating quality badges to README -- Enforce mandatory PR reviews with automated checks - -### Bug Fixes - -- Bridge test suite gaps — lint scripts, include integration tests -- Badge regex patterns and doc_coverage double-percent -- Generate self-contained SVG badges instead of shields.io JSON -- Auto_merge handles single-token workflow (self-approval) - ## [0.5.0] - 2026-06-21 ### Packaging diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index 5398a76..b6b721e 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.6.0" +__version__ = "0.5.0"