release: v0.4.0
Publish Release / publish (push) Failing after 16s
Sync Wiki / sync-wiki (push) Successful in 1m58s

This commit is contained in:
grm-ci-bot
2026-06-21 23:25:29 +02:00
parent 0c54efbf6b
commit fb76ac91ef
2 changed files with 21 additions and 1 deletions
+20
View File
@@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file.
## [0.4.0] - 2026-06-21
### Features
- Smart CI and release skipping for workflow-only changes
### Bug Fixes
- Set PYTHONPATH=. for release.py to find scripts.ci module (#32)
- Use content_base64 for Gitea wiki API, add --verify flag (#33)
- Wiki links, add --strict integrity check for wiki sync (#34)
### Other
- V0.3.2
### Refactor
- Split CI scripts, fix release PYTHONPATH, dynamic runner discovery
## [0.3.2] - 2026-06-21
### Bug Fixes
+1 -1
View File
@@ -1,3 +1,3 @@
"""Gitea Runner Manager — lean CLI for managing Gitea Actions runners."""
__version__ = "0.3.2"
__version__ = "0.4.0"