Skip to content

Releases: Lunik/laflem

v0.3.0

26 Oct 17:38
v0.3.0
da6fb09
Compare
Choose a tag to compare

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

06 Aug 18:46
v0.2.1
57bded8
Compare
Choose a tag to compare

Fixes

  • Add missing requests dependency

v0.2.0

06 Aug 18:46
v0.2.0
ba0a8d4
Compare
Choose a tag to compare

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

05 Aug 20:33
v0.1.2
228a3ea
Compare
Choose a tag to compare

Fixes

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

v0.1.1

05 Aug 20:32
v0.1.1
6c43311
Compare
Choose a tag to compare

Fixes

  • Update package version to prevent Pypi conflict error during upload

v0.1.0

05 Aug 20:33
v0.1.0
6af6820
Compare
Choose a tag to compare

Features

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