diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b7125..1660666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.11.0] - 2026-06-28 + +### Features + +- Unified --become-password-file, --verbose, --no-status, labels fix + ## [0.10.3] - 2026-06-27 ### Bug Fixes diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index 3f0e479..44104f4 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.10.3" +__version__ = "0.11.0"