From dc4bb0936d91f955bf90ffc11ae9a2976d9c6205 Mon Sep 17 00:00:00 2001 From: grm-ci-bot Date: Sun, 9 Aug 2026 22:50:47 +0000 Subject: [PATCH] release: v0.21.0 [skip ci] --- CHANGELOG.md | 6 ++++++ src/grm/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 945e79d..48a7487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.21.0] - 2026-08-09 + +### Features + +- *(healthcheck)* Add two-tier disk prune with critical threshold + ## [0.20.0] - 2026-08-09 ### Features diff --git a/src/grm/__init__.py b/src/grm/__init__.py index 5f718f2..3c36796 100644 --- a/src/grm/__init__.py +++ b/src/grm/__init__.py @@ -1,3 +1,3 @@ """Gitea Runner Manager — lean CLI for managing Gitea Actions runners.""" -__version__ = "0.20.0" +__version__ = "0.21.0"