From f382408115dfa290cc466a0e2506b711bc29e3d3 Mon Sep 17 00:00:00 2001 From: devx-ci-bot Date: Tue, 23 Jun 2026 03:36:10 +0200 Subject: [PATCH] release: v0.5.0 [skip ci] --- CHANGELOG.md | 6 ++++++ src/devx/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744214d..a0ee9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.5.0] - 2026-06-23 + +### Features + +- Add tag verification, idempotency, and --verify mode to release script + ## [0.4.4] - 2026-06-22 ### Bug Fixes diff --git a/src/devx/__init__.py b/src/devx/__init__.py index eca203c..cdd83f0 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.4.4" +__version__ = "0.5.0"