release: v0.8.1 [skip ci]

This commit is contained in:
grm-ci-bot
2026-06-25 00:29:27 +02:00
parent cf2314c20f
commit acc768eaea
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.8.1] - 2026-06-24
### Bug Fixes
- Repair publish workflow and add publish step to post-merge
- Add build/twine to ci deps, activate venv in notify_failure
## [0.8.0] - 2026-06-24 ## [0.8.0] - 2026-06-24
### Features ### Features
+1 -1
View File
@@ -1,3 +1,3 @@
"""Gitea Runner Manager — lean CLI for managing Gitea Actions runners.""" """Gitea Runner Manager — lean CLI for managing Gitea Actions runners."""
__version__ = "0.8.0" __version__ = "0.8.1"