diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e05411..510c01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.23.3] - 2026-09-18 + +### Bug Fixes + +- Raise auto-merge molecule wait to cover suite duration +- Harden stall-detection enumeration and timestamp parsing + ## [0.23.2] - 2026-09-15 ### Bug Fixes diff --git a/src/grm/__init__.py b/src/grm/__init__.py index 874cb90..2372950 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.23.2" +__version__ = "0.23.3"