Skip to content

Releases: kdeldycke/workflows

v4.25.5

09 Jan 12:59

Choose a tag to compare

Changes

  • Fix call to deprecated extra-platforms method.

🐍 Available on PyPi.

v4.25.4

31 Dec 14:24

Choose a tag to compare

Changes

  • Move auto-lock time from 8:43 to 4:43.
  • Let projects defined their own cooldown period via the pyproject.toml.
  • Replace deprecated codecov/test-results-action by codecov/codecov-action.

🐍 Available on PyPi.

v4.25.3

19 Dec 16:46

Choose a tag to compare

Changes

  • Add Download link to project metadata.
  • Include license file in package.
  • Remove utilization workaround for macos-15-intel.

🐍 Available on PyPi.

v4.25.2

07 Dec 16:53

Choose a tag to compare

Changes

  • Use uncap dependencies everywhere.

🐍 Available on PyPi.

v4.25.1

06 Dec 11:49

Choose a tag to compare

v4.25.0

06 Dec 07:02

Choose a tag to compare

Changes

  • Add cooldown period for dependabot updates: 7 days by default, 29 days for major updates, 11 days for minor updates, 5 days for patch updates.
  • Sets --exclude-newer to 7 days ago when syncing uv.lock in autofix workflow.
  • Merge all label syncing jobs into a single one.
  • Change the test and typing extra dependency groups into development dependency groups.
  • Make all documentation-related and typing-related jobs depends on the new development dependency groups.
  • Remove forcing Python 3.14 in documentation-related jobs.
  • Unlock a CPU core stuck at 100% utilization on macos-15-intel.
  • Document all reusable workflows jobs and their requirements.
  • Reintroduce Python 3.10 support.

🐍 Available on PyPi.

v4.24.6

01 Dec 10:15

Choose a tag to compare

Changes

  • Do not check for broken links in pull requests.

🐍 Available on PyPi.

v4.24.5

28 Nov 08:05

Choose a tag to compare

Changes

  • Use released versions of mdformat-myst plugin.

🐍 Available on PyPi.

v4.24.4

27 Nov 09:39

Choose a tag to compare

Changes

  • Add ubuntu-slim to the list of platforms in debug workflows.

🐍 Available on PyPi.

v4.24.3

24 Nov 07:47

Choose a tag to compare

Changes

  • Replace mdformat_frontmatter by mdformat-front-matters to fix compatibility with mdformat v1.0.0.
  • Activate strict front-matter checking in mdformat when auto-formatting Markdown files.

🐍 Available on PyPi.