Skip to content

Releases: lucasmelin/molting

v0.3.1

17 Mar 20:20
Compare
Choose a tag to compare

Changed

  • Improved how --dry-run is handled, as well as the log output
  • Pass project name as a parameter to update_init
  • Set minimum python version to 3.8
  • Add python 3.8 and 3.10 to the ci workflow testing matrix

Fixed

  • Tightened glob parameters when searching for __init__.py files, so that only project-related files are returned

v0.3.0

17 Mar 01:19
Compare
Choose a tag to compare

Added

  • Workflow to deploy to PyPi

v0.2.1

17 Mar 01:07
Compare
Choose a tag to compare

Added

Fixed

  • Bug where versions inside single-quotes weren't being replaced.

v0.2.0

15 Mar 18:02
Compare
Choose a tag to compare
  • Initial project setup