diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f07b0..9ce14a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.10.2] - 2026-06-27 + +### Bug Fixes + +- Setup-image configures Gitea PyPI registry and shows pip errors +- Gate auto-merge on release-dry-run and unmask failures +- Bump devx>=0.22.0 and remove REPO_TOKEN alias + +### Refactor + +- Rename REPO_TOKEN to CI_GITEA_TOKEN, consolidate env vars + ## [0.10.1] - 2026-06-27 ### Bug Fixes diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index 30d14c1..69037e1 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.10.1" +__version__ = "0.10.2"