diff --git a/CHANGELOG.md b/CHANGELOG.md index 702fb4b..3f7062a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.22.0] - 2026-08-25 + +### Features + +- Adopt spec-driven CI gates, create_dependency_pr, and pr-review skill + ## [0.21.1] - 2026-08-24 ### Bug Fixes diff --git a/src/grm/__init__.py b/src/grm/__init__.py index 05f2370..16c3f6c 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.21.1" +__version__ = "0.22.0"