Skip to content

Releases: coroa/python-project-skeleton

Version 0.12.1

23 Feb 12:03
Compare
Choose a tag to compare

Bug-fix release to fix the broken release CI.

Version 0.12

23 Feb 11:13
3b0297c
Compare
Choose a tag to compare

What's Changed

  • Added pre-commit for applying automatic fixes before each commit
  • Replaced isort and flake8 with ruff and black
  • Changed release workflow to manual tagged releases
  • Adopted pyproject.toml as central source of configuration and dependencies
  • Switched CI to bunching tox envs per job to maximise cache efficiency

New Contributors

  • @coroa made their first contribution in #1

Full Changelog: https://github.com/coroa/python-project-skeleton/commits/v0.12