Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 460 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 460 Bytes

Change Log

v0.7.1 - 2023-02-17

  • Add e.exit_code to Exit exception and make --version and --help exit with 0

v0.7.0 - 2023-02-02

  • Fix cases where there is a command named like the CLI itself
  • Port tests to rspec
  • Update examples
  • Separate classes to files
  • Fix rubocop offenses
  • Use module_function instead of class << self