From b92c87ba6806c4465891642058505a914d9e75f4 Mon Sep 17 00:00:00 2001 From: grm-ci-bot Date: Sat, 27 Jun 2026 02:21:19 +0200 Subject: [PATCH] release: v0.10.1 --- CHANGELOG.md | 11 +++++++++++ src/gitea_runner_manager/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d1fea..20f07b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.10.1] - 2026-06-27 + +### Bug Fixes + +- Set PYTHONPATH=src in publish Install CI tools step + +### Refactor + +- Replace duplicated Makefile targets with devx.mak aliases +- Consolidate publish.yml into post-merge.yml + ## [0.10.0] - 2026-06-26 ### Features diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index ea678b5..30d14c1 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.0" +__version__ = "0.10.1"