v0.0.2
Changelog
All notable changes to this project will be documented in this file.
This project follows Keep a Changelog,
and adheres to Semantic Versioning.
0.0.2 - 2026-04-03
Fixed
- Generated projects: template tests under
test_supportnow import thecommonpackage instead of the removed_supportmodule path.
Changed
- Documentation: expanded
README.mdandCLAUDE.mdwith Copier copy/update guidance, maintainer notes (PEP 440 tags,_migrations, releases), and a summary of recent template improvements. - Lockfile: refreshed
uv.locksouv sync --frozenstays aligned withpyproject.toml. - Changelog: normalized formatting for pre-commit (
end-of-file-fixer).
0.0.1 - 2026-04-02
Added
- Initial release of the Copier template repository.
- GitHub Actions workflows for linting, testing, and a manual release workflow.
- Template scaffolding for a modern
uv-first Python project (optional docs, strict typing, and tests).