From 5384269c83f3d42e4774ba3c212ad15bdb9ee22d Mon Sep 17 00:00:00 2001 From: devx-ci-bot Date: Tue, 23 Jun 2026 21:44:03 +0200 Subject: [PATCH] release: v0.8.2 [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 15fcb16..27a093f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.8.2] - 2026-06-23 + +### Bug Fixes + +- Encode spaces in pair commands to survive shell word-splitting + ## [0.8.1] - 2026-06-23 ### Bug Fixes diff --git a/src/devx/__init__.py b/src/devx/__init__.py index c5d8b81..824a160 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.8.1" +__version__ = "0.8.2"