Releases: buddingengineers12345/python_project_template
Releases · buddingengineers12345/python_project_template
v0.0.9
What's Changed
- Chore/repo cleanup standards remediation by @buddingengineers12345 in #36
- chore(ci): standardize workflows, sync maps, and meta-repo tests layout by @buddingengineers12345 in #37
- Repo standardization by @buddingengineers12345 in #39
- chore(deps): bump the python group with 2 updates by @dependabot[bot] in #38
- refactor: updating skill by @buddingengineers12345 in #40
- Chore/fixing workflow skill by @buddingengineers12345 in #41
- docs: align README and CLAUDE docs with tooling and layout by @buddingengineers12345 in #42
- fix(ci): skip no-commit-to-branch for pre-commit run on main by @buddingengineers12345 in #43
Full Changelog: v0.0.8...v0.0.9
v0.0.8
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Sync template VS Code settings from root .vscode by @buddingengineers12345 in #33
- Sync TDD/coverage Claude config and docs consistency by @buddingengineers12345 in #35
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Improve local CI parity with GitHub Actions by @buddingengineers12345 in #23
- chore(deps): bump pytest from 9.0.2 to 9.0.3 in the python group by @dependabot[bot] in #24
- chore(deps): bump the actions group with 4 updates by @dependabot[bot] in #25
- feat(template): logging manager, bump_version path, Copier defaults by @buddingengineers12345 in #27
- Apply TODO.md template tasks (uv tasks, git-cliff default, logging consolidation, bump_version move, no empty files) by @buddingengineers12345 in #26
- feat: Ruff T20 (print) lint and test-module reminder hook by @buddingengineers12345 in #29
- feat: repository file freshness system (script + config) by @buddingengineers12345 in #28
- Feat/template logging bump copier tasks by @buddingengineers12345 in #30
- Freshness assets, commit-based metrics, and CI hygiene by @buddingengineers12345 in #31
- feat(template): Claude skills for docs, quality, review, pytest by @buddingengineers12345 in #32
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- chore(deps): bump actions/upload-artifact from 4 to 7 in the actions group by @dependabot[bot] in #18
- chore(deps): bump ruff from 0.15.8 to 0.15.9 in the python group by @dependabot[bot] in #19
- feat: add layered AI rules system (.claude/rules/) by @buddingengineers12345 in #20
- Implement TODO.md template hardening and automation by @buddingengineers12345 in #21
Full Changelog: v0.0.3...v0.0.4
v0.0.3
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_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).
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).
v0.0.1
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).