diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1d717..c44b6ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.12.5] - 2026-06-30 + +### Bug Fixes + +- Right-size molecule-tests matrix to [1-6] +- Cast disk threshold to string in template-content verify assertion + ## [0.12.4] - 2026-06-29 ### Bug Fixes diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index 096691f..82c403d 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.12.4" +__version__ = "0.12.5"