diff --git a/changelog.md b/changelog.md index 2bf665a47..52845f6f2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,12 @@ # Changelog -## [4.23.2 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.23.1...main) +## [4.23.3 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.23.2...main) > [!IMPORTANT] > This version is not released yet and is under active development. +## [4.23.2 (2025-11-16)](https://github.com/kdeldycke/workflows/compare/v4.23.1...v4.23.2) + - Fix lychee runs in `lint` workflow. ## [4.23.1 (2025-11-01)](https://github.com/kdeldycke/workflows/compare/v4.23.0...v4.23.1) diff --git a/gha_utils/__init__.py b/gha_utils/__init__.py index 890085e12..41016bc65 100644 --- a/gha_utils/__init__.py +++ b/gha_utils/__init__.py @@ -17,4 +17,4 @@ from __future__ import annotations -__version__ = "4.23.2" +__version__ = "4.23.3" diff --git a/pyproject.toml b/pyproject.toml index 06413b4d5..7fa223dde 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.2" +version = "4.23.3" # 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.2" +current_version = "4.23.3" allow_dirty = true ignore_missing_files = true