Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

71 lines (38 loc) · 1.25 KB

CHANGELOG

v0.4.0

Features

  • Add venv-list module to python collection
  • Add venv-delete module to python collection

v0.3.0

Features

  • Add self collection with upgrade module
  • Add python collection with venv-create, venv-cleanup modules

Fixes

  • Ensure that all dist files are removed before building a new one

v0.2.1

Fixes

  • Add missing requests dependency

v0.2.0

Features

  • Upgrade the git.setup module :
  • Add new aliases for git commands : plr, rh, t
  • Add a new lf alias binary
  • Display binary & module versions when printing the help message
  • Add macos collection with homebrew-setup, homebrew-upgrade, homebrew-cleanup modules

Changes

  • Move the laflem script to a package "entry point"
  • Move git collection constants outside of module files

Fixes

  • Add lint on setup.py file

v0.1.2

Fixes

  • Fix error message interpolation when CLI parsing fails
  • Fix extra packages during module requirements installation

v0.1.1

Fixes

  • Update package version to prevent Pypi conflict error during upload

v0.1.0

Features

  • Initial release
  • Added base collection with helloworld and ask modules
  • Added git collection with setup module