Skip to content

Releases: buddingengineers12345/python_project_template

v0.0.9

17 Apr 01:44
29c0a28

Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

13 Apr 03:42

Choose a tag to compare

Full Changelog: v0.0.7...v0.0.8

v0.0.7

13 Apr 01:31

Choose a tag to compare

Full Changelog: v0.0.6...v0.0.7

v0.0.6

10 Apr 11:00

Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

09 Apr 09:34

Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

08 Apr 12:43

Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

04 Apr 13:05

Choose a tag to compare

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.1.0 - 2026-04-04

Added

  • Generated projects: structlog-based logging with human-readable and LLM-oriented output modes (replacing stdlib logging defaults where applicable).
  • Claude automation: commands for release, dependency, and update workflows alongside existing review and standards tooling.
  • Standards enforcement: Claude-side guidance and hooks to align generated projects with coding, testing, and documentation expectations.

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).

v0.0.2

03 Apr 12:20

Choose a tag to compare

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).

v0.0.1

02 Apr 22:21
68af84f

Choose a tag to compare

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.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).