From 37f867f6d8740beae6288e7499d3da0d7946f695 Mon Sep 17 00:00:00 2001 From: devx-ci-bot Date: Sat, 27 Jun 2026 16:44:03 +0000 Subject: [PATCH] release: v0.22.1 --- CHANGELOG.md | 7 +++++++ src/devx/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79493eb..7243e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.22.1] - 2026-06-27 + +### Bug Fixes + +- Checkout release tag in publish job +- Fail lint-dockerfiles when hadolint is missing + ## [0.22.0] - 2026-06-27 ### Features diff --git a/src/devx/__init__.py b/src/devx/__init__.py index 9e03d93..aa9c598 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.0" +__version__ = "0.22.1"