Skip to content

0.2.0

Compare
Choose a tag to compare
@RafaelWO RafaelWO released this 15 Dec 15:16
· 42 commits to main since this release
0.2.0
1ad364d

Description

This release of Pirel comes with a new subcommand check that prints the release and support status of the current active Python version! ✨

grafik

The previous root command (if you just ran pirel) that lists all Python releases is now moved to the subcommand list, i.e. pirel list. Nevertheless, invoking just pirel will "redirect to pirel list and does still work for now.

Changelog

Added

  • Add new subcommand check that prints a short info about your active Python version (#4)
  • Use rich for logging and add option to configure verbosity via -v, --verbose (#3)
  • Add CHANGELOG file (#3)

Changed

  • Move previous root command to subcommand list (#4)
    • To support backward compatibility, invoking pirel will default to pirel list

Full Changelog: 0.1.1...0.2.0