Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 2.8 KB

CHANGES.md

File metadata and controls

43 lines (27 loc) · 2.8 KB

climax change log

Release 0.5.0 - 2021-07-09

  • Dropped support for Python 2.x
  • Documentation (commit)
  • Improved project structure (commit)
  • Move builds to GitHub actions (commit)

Release 0.4.0 - 2020-02-19

  • Fixed setup.py long description (commit)

Release 0.3.2 - 2020-02-19

  • Add external argparse instance support #5 (commit) (thanks M. Tarık Yurt!)
  • Update python versions in build (commit)

Release 0.3.1 - 2017-01-28

  • Expose argparse.REMAINDER as climax.REMAINDER (commit)

Release 0.3.0 - 2017-01-01

  • Use the same logic as argparse when storing subcommand argument names #2 (commit) (thanks Thierry Jossermoz!)
  • Support using parent parsers in commands and groups (commit) (thanks Thierry Jossermoz!)
  • Exclude coverage of _get_dest function copied from argparse (commit)

Release 0.2.1 - 2016-02-07

  • Corrected classifiers in setup.py (commit)

Release 0.2.0 - 2016-01-26

  • password prompt extension (commit)
  • Documentation fixes (commit)
  • minor readme updates (commit)

Release 0.1.0 - 2016-01-26

  • Recursive groups, a few examples and several enhancements (commit)
  • Fixed 2.7 build (commit)
  • Travis builds (commit)