Releases: cloud-city-crafted/python-poetry-cli-template
Releases · cloud-city-crafted/python-poetry-cli-template
v1.4.1
What's Changed
- chore: Auto-bump package version on pull request merge by @TheLandolorien in #24
- chore: Configure Poe the Poet by @TheLandolorien in #19
- fix: Ensure package assets are included in release by @TheLandolorien in #25
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- chore: Only trigger integration runs on PR changes by @TheLandolorien in #17
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
What's Changed
- Organize build and delivery workflows by @TheLandolorien in #9
- Tweak GitHub Workflows by @TheLandolorien in #10
- Adjust version bump logic by @TheLandolorien in #11
- Auto-commit version bump by @TheLandolorien in #12
- Add auto-release to CI/CD pipeline by @TheLandolorien in #13
- Fix bump type logic by @TheLandolorien in #14
- Fix bump type logic in delivery workflow by @TheLandolorien in #15
Full Changelog: v1.1.0...v1.2.0
v1.1.0
A Python project template for CLIs using Poetry as the dependency manager.
Added
- Minimal CLI project format with unit, integration, and e2e tests
- Basic GitHub Actions workflows for vulnerability scans, linting, and testing
- Git hooks, commit message templates, and GitHub PR templates