From bbf09c07dfac58976014ead733aa8a00c405ecfb Mon Sep 17 00:00:00 2001 From: devx-ci-bot Date: Thu, 25 Jun 2026 21:53:29 +0000 Subject: [PATCH] release: v0.1.0 --- CHANGELOG.md | 2 ++ src/devx/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d9219..3c72aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. +## [0.1.0] - 2026-06-25 + ## [0.12.5] - 2026-06-25 ### Bug Fixes diff --git a/src/devx/__init__.py b/src/devx/__init__.py index a019408..363147a 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.12.5" +__version__ = "0.1.0"