diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d2f948..49acb87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.14.1] - 2026-07-01 + +### Refactor + +- Align venv management to devx.mak targets + ## [0.14.0] - 2026-07-01 ### Features diff --git a/src/gitea_runner_manager/__init__.py b/src/gitea_runner_manager/__init__.py index f58c6b6..b822fd8 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.14.0" +__version__ = "0.14.1"