Skip to content

v0.11.1

Latest

Choose a tag to compare

@mbercx mbercx released this 03 Oct 02:06
· 6 commits to main since this release

✏️ Suggested commit message

🔧 `copier`: update package template to v0.11.1

Adapt the `pyproject.toml` to allow more options for development besides Hatch:

1. add extras for the various developer operations: `pre-commit`, `tests` and `docs`.
2. add the `dev` dependency group, which `uv` uses by default in its environments.

To support these options, adapt the pre-commit configuration to run the Ruff hook
directly from their repository.

Improve the Hatch environments, most importantly adapt the `test` environment so we
can run `hatch test` for different Python versions or all supported ones.

See the release for more details:

https://github.com/mbercx/python-copier/releases/tag/v0.11.1

👌 Improvements

📚 Documentation

Full Changelog: v0.10.1...v0.11.1