From f6e9f2013bf6a50873ccd703889bb3bd3fd7d008 Mon Sep 17 00:00:00 2001 From: devx-ci-bot Date: Thu, 25 Jun 2026 22:57:37 +0000 Subject: [PATCH] release: v0.13.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 3c72aa8..52ba58c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.13.0] - 2026-06-25 + +### Features + +- Add --force flag to classify_changes, fix api_clients coverage + +### Bug Fixes + +- Squash-merge format uses space not colon after task ID +- Revert squash-merge format to use colon after task ID + ## [0.1.0] - 2026-06-25 ## [0.12.5] - 2026-06-25 diff --git a/src/devx/__init__.py b/src/devx/__init__.py index 363147a..7b317eb 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.1.0" +__version__ = "0.13.0"