Releases: DSestu/python-project-template
Releases · DSestu/python-project-template
Release list
v0.4.2
0.4.2 (2026-08-16)
Miscellaneous Chores
- enhance cookiecutter template with options for PyPI release workflow and wheel building (8fdfbf0)
- refine cookiecutter template for improved PyPI release process and wheel generation (a1bf3ba)
- update GitHub Actions workflows to use latest action versions for checkout, cache, release-please, and GitHub release (45c7606)
v0.4.1
0.4.1 (2026-01-09)
Miscellaneous Chores
- change variable name of projet folder (ecbb5cd)
- update dependencies in pyproject.toml and implement Entrypoint class in main.py for command handling (7a10150)
- update release workflow to include publishing to PyPI (7b20adb)
Documentation
- add comprehensive README with project overview, setup instructions, and key features (1136373)
- add important note about PyPI project name conflicts to README; update README in project template with release process clarification; adjust test directory in CI workflow (4423012)
- correct typos in README and update pull request workflow instructions for clarity; add release-please configuration file (c77252a)
v0.4.0
0.4.0 (2026-01-09)
New features
- add main application logic and hello world functionality with tests (4e88866)
- dynamically_change_cookiecutter_defaults (#32) (7a9224b)
Miscellaneous Chores
- add release-please manifest and update code validation workflow (9b6ef7e)
- clean up project files by removing trailing newlines in configuration and README files for consistency (3aef230)
- enhance release workflow by adding checkout step and ensuring full fetch depth (f207a68)
- refine pre-commit configuration to exclude specific project files from hooks for improved consistency (0e65ffb)
- remove ruff pre-commit hooks from configuration to streamline setup and avoid conflicts with project files (2ab2aa3)
- rename project_name in cookiecutter.json to "python-project-template" (13ac6a5)
- update configuration files and README for consistency and clarity (c07acea)
- update cookiecutter.json and pyproject.toml for project name consistency, enhance README with additional setup instructions, and remove outdated TEMPLATE_STRUCTURE.md (a70704b)
- update pre-commit configuration to exclude GitHub workflows from specific hooks for improved consistency (1f29c03)
- update project name in pyproject.toml and simplify README content for clarity (1c7fda7)
- update pyproject.toml to include authors and project URLs (3f6a8ce)
Documentation
- add section on easy code quality checks to README, including instructions for activating, deactivating, and running pre-commit hooks (fb832da)
- enhance README with GitHub repository setup instructions and improve formatting for clarity; update code validation workflow to include test execution (aa1465f)
- enhance README with installation instructions for uv and cookiecutter usage (8bad087)
- expand README with quick start guide, detailed setup instructions for automated releases, and PyPI publishing configuration (e46d439)
- update README to clarify project goals, features, and usage instructions for the CookieCutter template (d874702)
- update README to improve formatting of key features section for clarity and consistency (57d9f02)
v0.3.11
v0.3.10
v0.3.9
v0.3.8
v0.3.7
0.3.7 (2026-01-09)
Miscellaneous Chores
- refactor release workflow to add separate job for publishing to PyPI (b4a5c12)
- refactor release workflow to add separate job for publishing to PyPI (#22) (b5dae30)
- update release workflow permissions to allow write access for contents (329e234)
- update release workflow permissions to allow write access for contents (#21) (a9ba9f4)
- update release workflow to include environment and permissions for PyPI publishing (3f7d7ef)
- update release workflow to include environment and permissions for PyPI publishing (#20) (177d3b8)