From 5828d3f07bb50d535a9b9abf7e8d2d263a649817 Mon Sep 17 00:00:00 2001 From: devx-ci-bot Date: Sat, 27 Jun 2026 13:04:49 +0000 Subject: [PATCH] release: v0.21.0 --- CHANGELOG.md | 11 +++++++++++ src/devx/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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"