Skip to content

Releases: thombashi/cleanpy

v0.5.0

07 Apr 09:33
v0.5.0
Compare
Choose a tag to compare

What's Changed

  • feat: add .ruff_cache by @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/build for package build
  • Modify the CLI help messages
  • Add a build and publish workflow
  • Add Sigstore signatures to release assets

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

05 Feb 11:57
v0.4.0
Compare
Choose a tag to compare
  • Change the category of .tox and .nox from 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

v0.3.0

10 Jul 11:28
v0.3.0
Compare
Choose a tag to compare
  • Add --interactive option
  • Change default behavior to no prompt before remove

v0.2.0

12 Jun 05:55
v0.2.0
Compare
Choose a tag to compare
  • Add --list option: #1
  • Add confirmation before remove
  • Add --force option