diff --git a/CHANGELOG.md b/CHANGELOG.md index fa47a71..882bc6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.3.0] - 2026-06-21 + +### Features + +- Implement documentation-as-code with wiki sync and doc-coverage + ## [0.2.2] - 2026-06-21 ### Bug Fixes diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index 0f3f51d..4edd8ec 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.2.2" +__version__ = "0.3.0"