diff --git a/CHANGELOG.md b/CHANGELOG.md index 6855b21..e2d1fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.10.0] - 2026-06-26 + +### Features + +- Adopt devx tools, devx.mak fragment, ci extra, remove legacy install-devx + +### Bug Fixes + +- Always run publish in post-merge (idempotent) + ## [0.9.0] - 2026-06-24 ### Features diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index 3001760..ea678b5 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.9.0" +__version__ = "0.10.0"