From cfb856ff75b8a9376880dbe3a0fef9aa5c8adcd1 Mon Sep 17 00:00:00 2001 From: devx-ci-bot Date: Wed, 24 Jun 2026 20:34:06 +0000 Subject: [PATCH] release: v0.10.1 [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 c92f7f6..4718c0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.10.1] - 2026-06-24 + +### Bug Fixes + +- Badge generation REPO_ROOT, auto-detect package, error feedback + ## [0.10.0] - 2026-06-24 ### Features diff --git a/src/devx/__init__.py b/src/devx/__init__.py index d675f75..486423c 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.10.0" +__version__ = "0.10.1"