版本发布 8
## [0.6.2](https://github.com/feeph/pypackage-template/compare/v0.6.1...v0.6.2) (2025-03-19) ### Bug Fixes * prevent pylint from scanning the templates ([#40](https://github.com/feeph/pypackage-template/issues/40)) ([be367f4](https://github.com/feeph/pypackage-template/commit/be367f46896c96a281341aa711cd630e7ed98812))
## [0.6.1](https://github.com/feeph/pypackage-template/compare/v0.6.0...v0.6.1) (2025-03-19) ### Bug Fixes * suppress uv's progress bars in GitHub Actions ([#38](https://github.com/feeph/pypackage-template/issues/38)) ([4dc72ae](https://github.com/feeph/pypackage-template/commit/4dc72ae7b52ffbcac1a05f58d69f4a0e355e6c36))
## [0.6.0](https://github.com/feeph/pypackage-template/compare/v0.5.3...v0.6.0) (2025-03-19) ### Features * provide a module and unittest template ([#35](https://github.com/feeph/pypackage-template/issues/35)) ([9a9b1e4](https://github.com/feeph/pypackage-template/commit/9a9b1e41b73f6f8aee71797c85199e0442a73a8c)) ### Documentation * update and improve README.md ([#37](https://github.com/feeph/pypackage-template/issues/37)) ([b0cda4c](https://github.com/feeph/pypackage-template/commit/b0cda4cd2bde866ce21a6e9db86d5f52273fe4af))
## [0.5.3](https://github.com/feeph/pypackage-template/compare/v0.5.2...v0.5.3) (2025-03-19) ### Bug Fixes * add missing curly braces to template ([#33](https://github.com/feeph/pypackage-template/issues/33)) ([4f2acab](https://github.com/feeph/pypackage-template/commit/4f2acabbbbda48465e77743a1f80d789f9e859b1))
## [0.5.2](https://github.com/feeph/pypackage-template/compare/v0.5.1...v0.5.2) (2025-03-19) ### Bug Fixes * copier must not be run with `uv run ...` ([#31](https://github.com/feeph/pypackage-template/issues/31)) ([7d21947](https://github.com/feeph/pypackage-template/commit/7d219470148aad1f869e30c9203d127c98502087))
## [0.5.1](https://github.com/feeph/pypackage-template/compare/v0.5.0...v0.5.1) (2025-03-19) ### Bug Fixes * improve the template ([#29](https://github.com/feeph/pypackage-template/issues/29)) ([a90d6d2](https://github.com/feeph/pypackage-template/commit/a90d6d29a2f72a4bdcc65663d04d2e642558e2f4))
## [0.5.0](https://github.com/feeph/pypackage-template/compare/v0.4.1...v0.5.0) (2025-03-18) ### Features * refactor the template to use 'uv' instead of 'pdm' and improve it ([#26](https://github.com/feeph/pypackage-template/issues/26)) ([2651399](https://github.com/feeph/pypackage-template/commit/26513992cdfca2bfd5d07fd3d7e4ae9b0fdf69f5)) ### Documentation * update README.md ([#28](https://github.com/feeph/pypackage-template/issues/28)) ([d23351d](https://github.com/feeph/pypackage-template/commit/d23351d7630708bda6304c444cabb522eedce47f))
## [0.4.1](https://github.com/feeph/pypackage-template/compare/v0.4.0...v0.4.1) (2024-08-22) ### Bug Fixes * use underscore instead of dash and replace as needed ([#24](https://github.com/feeph/pypackage-template/issues/24)) ([2a783cf](https://github.com/feeph/pypackage-template/commit/2a783cfecd44965af1edaf7628d015221d171cef))