diff --git a/changelog.md b/changelog.md index f271ee17a..522ff3c4a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,12 @@ # Changelog -## [4.23.3 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.23.2...main) +## [4.23.4 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.23.3...main) > [!IMPORTANT] > This version is not released yet and is under active development. +## [4.23.3 (2025-11-18)](https://github.com/kdeldycke/workflows/compare/v4.23.2...v4.23.3) + - Fix usage against last Click Extra release. - Run tests on Python `3.14t` and `3.15t` free-threaded variants. diff --git a/gha_utils/__init__.py b/gha_utils/__init__.py index 41016bc65..9ea45b5f0 100644 --- a/gha_utils/__init__.py +++ b/gha_utils/__init__.py @@ -17,4 +17,4 @@ from __future__ import annotations -__version__ = "4.23.3" +__version__ = "4.23.4" diff --git a/pyproject.toml b/pyproject.toml index 73569de07..2e5b8101b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] # Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ name = "gha-utils" -version = "4.23.3" +version = "4.23.4" # Python versions and their status: https://devguide.python.org/versions/ requires-python = ">= 3.11" description = "⚙️ CLI helpers for GitHub Actions + reuseable workflows" @@ -160,7 +160,7 @@ addopts = [ xfail_strict = true [tool.bumpversion] -current_version = "4.23.3" +current_version = "4.23.4" allow_dirty = true ignore_missing_files = true