Skip to content

Releases: desty2k/deleter

v0.1.1

28 Nov 21:23
Compare
Choose a tag to compare
  • ef000d0 - FIX: change package name to check when running radon and bandit
  • a83e37f - DEL: empty line at top of the file
  • 0363a50 - UPD: bump development status to beta
  • e083e52 - ADD: info about cancelling deletion, note about deleting multi-file programs
  • d83d483 - UPD: update changelog, bump version to 0.1.1
  • 6a5ee04 - FIX: add B404, B606, B607 to exceluded vulnerabilities

v0.1.0

11 Oct 15:01
Compare
Choose a tag to compare
  • d228454 - FIX: remove Python 3.10 as available tox testing env
  • 7362693 - UPD: run Python with -m argument in version test
  • 0253809 - ADD: more PyPI tags
  • 2fe06da - UPD: bump version to 0.1.0, update changelog and development status

v0.0.3

10 Oct 17:20
Compare
Choose a tag to compare
  • b110da0 - UPD: make DeleteMethod subclass ABC, mark run as abstract method
  • e317ea3 - ADD: is_compatible methods, pass script_path to constructor, export bat filename to variable
  • 86a4c1a - UPD: allow deleter to be run in place using deleter.run()
  • 5c5992c - UPD: bump version to 0.0.3, update changelog
  • 2878c77 - FIX: use open to check if file can be created instead of os.access
  • 0979e50 - UPD: run multi platform tests
  • d84a77d - FIX: add quotes around Python version in test workflow
  • 7539387 - FIX: add Python 3.10 to tox config
  • af47b1f - FIX: version test fails because capture_output kwarg is missing in Python 3.6
  • cd2023d - UPD: normalize script path in delete method constructor
  • d4d374a - ADD: do not show console window when running bat scripts
  • 4c889ac - Merge branch 'master' into develop
  • a604948 - UPD: split command in version test, remove shell kwarg
  • fa40b8a - UPD: do not print subprocess.run output when deleting script with bat file
  • 60bd600 - UPD: change delete methods order in list
  • 59ae30d - UPD: do not use Python 3.10 in tests

v0.0.2

07 Oct 06:43
Compare
Choose a tag to compare
  • 99ca183 - ADD: tests for version and deleter
  • d05d597 - ADD: badges in readme
  • d0cd171 - UPD: update build workflow to run tests
  • b9f7e82 - UPD: bump version to 0.0.2, update changelog
  • d1d1370 - FIX: start test script in shell, do not start file

v0.0.1

05 Oct 16:57
Compare
Choose a tag to compare

First release