diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab6f26..57e9da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.12.4] - 2026-06-25 + +### Bug Fixes + +- Pass REPO_TOKEN to setup-release so tea login is configured +- Guarantee Gitea release for every tag + ## [0.12.3] - 2026-06-25 ### Refactor diff --git a/src/devx/__init__.py b/src/devx/__init__.py index 60eeba5..2708048 100644 --- a/src/devx/__init__.py +++ b/src/devx/__init__.py @@ -1,3 +1,3 @@ """devx — reusable development and CI/CD tools for oblachno-oss projects.""" -__version__ = "0.12.3" +__version__ = "0.12.4"