Skip to content
Merged
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
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog

## [`5.10.3.dev0` (unreleased)](https://github.com/kdeldycke/workflows/compare/v5.10.2...main)
## [`5.10.4.dev0` (unreleased)](https://github.com/kdeldycke/workflows/compare/v5.10.3...main)

> [!WARNING]
> This version is **not released yet** and is under active development.

## [`5.10.3` (2026-02-19)](https://github.com/kdeldycke/workflows/compare/v5.10.2...v5.10.3)

- Add `--include-package-data=extra_platforms` to Nuitka build to fix `FileNotFoundError` on `architecture_data.py` in compiled binaries.
- Add `sync-uv-lock` command that runs `uv lock` and avoid `exclude-newer-package` timestamp noise.
- Add `sync-uv-lock` job to `autofix.yaml` to replace Renovate's `lockFileMaintenance`, which cannot reliably revert timestamp-only noise in `uv.lock`.
Expand Down
2 changes: 1 addition & 1 deletion gha_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import subprocess

__version__ = "5.10.3.dev0"
__version__ = "5.10.4.dev0"


def _dev_version() -> str:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [ "uv-build>=0.9" ]
[project]
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
name = "gha-utils"
version = "5.10.3.dev0"
version = "5.10.4.dev0"
description = "🧩 CLI for GitHub Actions + reusable workflows"
readme = "readme.md"
keywords = [
Expand Down Expand Up @@ -119,7 +119,7 @@ gha-utils = "gha_utils.__main__:main"

[project.urls]
"Changelog" = "https://github.com/kdeldycke/workflows/blob/main/changelog.md"
"Download" = "https://github.com/kdeldycke/workflows/releases/tag/v5.10.3.dev0"
"Download" = "https://github.com/kdeldycke/workflows/releases/tag/v5.10.4.dev0"
"Funding" = "https://github.com/sponsors/kdeldycke"
"Homepage" = "https://github.com/kdeldycke/workflows"
"Issues" = "https://github.com/kdeldycke/workflows/issues"
Expand Down Expand Up @@ -214,7 +214,7 @@ run.source = [ "gha_utils" ]
report.precision = 2

[tool.bumpversion]
current_version = "5.10.3.dev0"
current_version = "5.10.4.dev0"
allow_dirty = true
ignore_missing_files = true
# Parse versions with an optional .devN suffix (PEP 440).
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading