Skip to content

Releases: kdeldycke/workflows

v3.3.2

01 Mar 12:13
Compare
Choose a tag to compare

Changes

  • Fix fetching of newly created PR in awesome-template-sync.

v3.3.1

01 Mar 11:46
Compare
Choose a tag to compare

Changes

  • Update repository URLs in awesome-template-sync job before re committing the PR.

v3.3.0

26 Feb 11:52
Compare
Choose a tag to compare

Changes

  • Start collecting bump-my-version rules from different projects.
  • Move all *-requirements.txt files to requirements subfolder.
  • Remove generation of Pip's --requirement parameters in metadata script.
  • Reuse requirements.txt root file to install dependencies in mypy-lint job.
  • Add emoji label to awesome template sync PR.

v3.2.4

24 Feb 16:10
Compare
Choose a tag to compare

Changes

  • Remove labels in awesome-template-sync job while we wait for upstream fix.

v3.2.3

24 Feb 16:02
Compare
Choose a tag to compare

Changes

  • Try to hack actions-template-sync labels, again.

v3.2.2

24 Feb 15:54
Compare
Choose a tag to compare

Changes

  • Try to hack actions-template-sync labels.

v3.2.1

24 Feb 15:37
Compare
Choose a tag to compare

Changes

  • Add label to awesome template sync PR.

v3.2.0

24 Feb 15:04
Compare
Choose a tag to compare

Changes

  • Add a job to sync awesome repository project from the awesome-template repository.

v3.1.0

18 Feb 13:04
Compare
Choose a tag to compare

Changes

  • Produce arm64 binaries with Nuitka by using macos-14 runners.

v3.0.0

17 Feb 13:06
Compare
Choose a tag to compare

Changes

  • Start replacing pip invocations by uv.
  • Split Python dependencies into sevearal *requirements.txt files.
  • Let metadata script generates Pip's --requirement parameters.
  • Add new dependency on wcmatch and uv.
  • Ignore all files from local .venv/ subfolder.
  • Tie Pip cache to **/pyproject.toml and **/*requirements.txt files.
  • Lint and format Jupyter notebooks with ruff.
  • Update default ruff config file to new 0.2.x series.
  • Remove installation of unused bump-my-version in Git tagging job.
  • Document setup and rationale of custom PAT and *requirements.txt files.