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"