Releases: thombashi/cleanpy
Releases · thombashi/cleanpy
v0.5.1
What's Changed
- Drop support for Python 3.7/3.8
- Add support for Python 3.13
- Refactoring
- Update copyright years
- Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 in the actions-dependencies group by @dependabot in #4
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- feat: add
.ruff_cacheby @vicmattos in #3 - Bump actions/setup-python from 4 to 5 by @dependabot in #2
- Fix properly remove Sphinx build directories
- Modify to use
pypa/buildfor package build - Modify the CLI help messages
- Add a build and publish workflow
- Add Sigstore signatures to release assets
New Contributors
- @vicmattos made their first contribution in #3
- @dependabot made their first contribution in #2
Full Changelog: v0.4.0...v0.5.0
v0.4.0
- Change the category of
.toxand.noxfrom testing to env - Add support for Python 3.11/3.12
- Drop support for Python 3.6
- Add debug log outputs
- Improve help messages
Full Changelog: v0.3.1...v0.4.0