From f3685b9029abd6509eb3e261b562d19844de5c34 Mon Sep 17 00:00:00 2001 From: devx-ci-bot Date: Sat, 27 Jun 2026 18:06:01 +0000 Subject: [PATCH] release: v0.23.0 --- CHANGELOG.md | 10 ++++++++++ src/devx/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7243e0b..ec75647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.23.0] - 2026-06-27 + +### Features + +- Add devx-lint-dockerfiles to devx.mak, alias setup-image + +### Refactor + +- Remove hadolint on-the-fly install from setup-image + ## [0.22.1] - 2026-06-27 ### Bug Fixes diff --git a/src/devx/__init__.py b/src/devx/__init__.py index aa9c598..cda7334 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.22.1" +__version__ = "0.23.0"