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"