Releases: kdeldycke/workflows
Releases · kdeldycke/workflows
v4.4.1
v4.4.0
Changes
- Drop support for Python 3.8.
- Rely on released version of
mdformat-pelican
. - Fix invocation of installed
mdformat
and its plugin.
v4.3.4
v4.3.3
v4.3.2
v4.3.1
v4.3.0
Changes
- Add a new job to keep
uv.lock
updated and in sync. - Exclude auto-updated
uv.lock
files from PRs produced fromuv run
anduv tool run
invocations.
v4.2.1
Changes
- Fix options in
gha-utils mailmap-sync
calls. - Use latest
gha-utils
release in workflows.
v4.2.0
Changes
- Rename
gha-utils mailmap
command togha-utils mailmap-sync
. - Add new
--create-if-missing
/--skip-if-missing
option togha-utils mailmap-sync
command. - Do not create
.mailmap
from scratch in workflows: only update existing ones. - Normalize, deduplicate and sort identities in
.mailmap
files. - Keep comments attached to their mapping when re-sorting
.mailmap
files. - Do not duplicate header metadata on
.mailmap
updates. - Do not update
.mailmap
files if no changes are detected. - Add new
boltons
dependency.