diff --git a/CHANGELOG.md b/CHANGELOG.md index a25f212..bb04456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.21.0] - 2026-06-27 + +### Features + +- Add --auto-login to publish, extract configure_tea_login to gitea_cli + +### Bug Fixes + +- Publish job uses setup-release for build + tea login +- Remove tag fallback step from release workflow + ## [0.20.3] - 2026-06-27 ### Bug Fixes diff --git a/src/devx/__init__.py b/src/devx/__init__.py index 178471c..4365827 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.20.3" +__version__ = "0.21.0"