Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Apr 12:20
· 130 commits to main since this release

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_support now import the common package instead of the removed _support module path.

Changed

  • Documentation: expanded README.md and CLAUDE.md with Copier copy/update guidance, maintainer notes (PEP 440 tags, _migrations, releases), and a summary of recent template improvements.
  • Lockfile: refreshed uv.lock so uv sync --frozen stays aligned with pyproject.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).