Releases: kdeldycke/workflows
Releases · kdeldycke/workflows
v4.7.2
v4.7.1
Changes
- Fix upload to PyPi on release.
- Remove unused
uv_requirement_params
in metadata.
v4.7.0
Changes
- Remove
extra_python_params
variant innuitka_matrix
metadata. - Add official support of Python 3.13.
- Drop support for Python 3.9.
- Use
macos-15
instead ofmacos-14
to build binaries forarm64
. - Use
ubuntu-24.04
instead ofubuntu-22.04
to built binaries for Linux. - Run tests on Python 3.14-dev.
v4.6.1
v4.6.0
Changes
- Use
uv
to build Python packages. - Remove dependency on
build
package. - Fix coverage report upload.
- Upload test results to coverage.
v4.5.4
v4.5.3
v4.5.2
Changes
- Rerelease to fix admonition in changelog.
- Fix changelog new entry format.
v4.5.1
Changes
- Fix over-escaping of
[!IMPORTANT]
admonition in changelog. - Fix content writing into output files.
v4.5.0
Changes
- Replace
mdformat-black
bymdformat-ruff
. - Install
mdformat
,gha-utils
,yamllint
,bump-my-version
,ruff
,blacken-docs
andautopep8
as a global tool to not interfere with the project dependencies. - Fix
mdformat-pelican
compatibility withmdformat-gfm
. - Upgrade job runs from
ubuntu-22.04
toubuntu-24.04
. - Mark python 3.13-dev tests as stable.
- Fix empty entry composition.
- Remove local workaround for Nuitka.