diff --git a/CHANGELOG.md b/CHANGELOG.md index eb62ee3..99aae57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.6.1] - 2026-06-22 + +### Bug Fixes + +- Strengthen review process with deeper checks and structured checklist +- Close CI gaps with workflow dry-run, automated configure_repo, aligned timeouts + ## [0.6.0] - 2026-06-22 ### Features diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index 5398a76..324cc7f 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.6.1"