Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [4.23.0 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.22.0...main)
## [4.24.0 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.22.0...main)

> [!IMPORTANT]
> This version is not released yet and is under active development.
Expand Down
2 changes: 1 addition & 1 deletion gha_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

from __future__ import annotations

__version__ = "4.23.0"
__version__ = "4.24.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
name = "gha-utils"
version = "4.23.0"
version = "4.24.0"
# Python versions and their status: https://devguide.python.org/versions/
requires-python = ">= 3.11"
description = "⚙️ CLI helpers for GitHub Actions + reuseable workflows"
Expand Down Expand Up @@ -146,7 +146,7 @@ addopts = [
xfail_strict = true

[tool.bumpversion]
current_version = "4.23.0"
current_version = "4.24.0"
allow_dirty = true
ignore_missing_files = true

Expand Down