Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.12 KB

CHANGES.rst

File metadata and controls

35 lines (28 loc) · 1.12 KB

[0.9.4]

  • Add py.typed to package data in setup.py. PR #24

[0.9.3]

[0.9.2]

  • Enable ANSI color when NO_COLOR is an empty string. PR #21
  • Add non-colored suffix to _colorize for 'usage' PR #18

[0.9.1]

  • Fix issue with options with multiple names. PR #16

[0.9]

  • Add support for Click 8
  • Drop support for Python 2 and 3.5.

[0.8.1]

  • Changed required version of Click to >=7.0,<8

[0.8]

  • Add missing files to sdist

[0.7]

  • Add support for NO_COLOR <https://no-color.org/>
  • Add support for MultiCommands
  • Add support for version_option