diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a093f..2cfe524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.8.3] - 2026-06-23 + +### Bug Fixes + +- Lower check_test_speed threshold to 4 seconds +- Pass --break-system-packages to pip in CI environments + ## [0.8.2] - 2026-06-23 ### Bug Fixes diff --git a/src/devx/__init__.py b/src/devx/__init__.py index 824a160..a42bc26 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.2" +__version__ = "0.8.3"