Skip to content

Commit 1cc0854

Browse files
committed
chore(release): v0.0.2
Made-with: Cursor
1 parent a5176a3 commit 1cc0854

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,25 @@ All notable changes to this project will be documented in this file.
55
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.2] - 2026-04-03
9+
10+
### Fixed
11+
12+
- **Generated projects:** template tests under `test_support` now import the `common` package instead of the removed `_support` module path.
13+
14+
### Changed
15+
16+
- **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.
17+
- **Lockfile:** refreshed `uv.lock` so `uv sync --frozen` stays aligned with `pyproject.toml`.
18+
- **Changelog:** normalized formatting for pre-commit (`end-of-file-fixer`).
19+
820
## [0.0.1] - 2026-04-02
921

1022
### Added
1123

1224
- Initial release of the Copier template repository.
1325
- GitHub Actions workflows for linting, testing, and a manual release workflow.
1426
- Template scaffolding for a modern `uv`-first Python project (optional docs, strict typing, and tests).
27+
28+
[0.0.2]: https://github.com/buddingengineers12345/python_project_template/compare/v0.0.1...v0.0.2
29+
[0.0.1]: https://github.com/buddingengineers12345/python_project_template/releases/tag/v0.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python_project_template"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Copier template repository for generating uv-first Python projects."
55
readme = "README.md"
66
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)