[0.9.4] ------------------------------- - Add py.typed to package data in setup.py. `PR #24 `_ [0.9.3] ------------------------------- - Add type hints. `PR #22 `_ [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 - Add support for MultiCommands - Add support for version_option