From da0656b9496d25bb25660310b017c270d7ab5614 Mon Sep 17 00:00:00 2001 From: grm-ci-bot Date: Wed, 24 Jun 2026 21:19:57 +0200 Subject: [PATCH] release: v0.7.0 [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ src/gitea_runner_manager/__init__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a16e855..3b224b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [0.7.0] - 2026-06-24 + +### Features + +- Switch devx installation from git to Gitea PyPI registry +- Adopt per-test timing quality gate from devx 0.7.0 + +### Bug Fixes + +- Update devx to v0.4.2 and fix workflow env vars +- Pin devx to v0.4.3 to fix post-merge workflow failures +- Pin devx to v0.4.4 to fix validate-commit-msg and sync-wiki +- Rewrite CHANGELOG with correct version ordering and missing sections +- Lower test speed threshold to 4s and update devx to v0.8.2 +- Retrospective fixes for CI/CD friction +- Replace stale badge SHA URLs with raw/branch/badges/ + ## [0.6.4] - 2026-06-22 ### Bug Fixes diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index 972c8a4..449310a 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.6.3" +__version__ = "0.7.0"