- Fixed a version mismatch in
click_plugins/__init__.py
See1.1
.
- Fix an issue where a broken command's traceback would not be emitted - #25
- Bump required click version to
click>=4
- #28 - Runs Travis tests for the latest release of click versions 4 -> 7 - #28
- Preemptive fix for a breaking change in Click v7. CLI command names generated from functions with underscores will have dashes instead of underscores. See #19.
- Include tests in MANIFEST.in - See further discussion in #8
- General packaging and Travis-CI improvements.
- Don't include tests in MANIFEST.in - #8
- Fixed a typo in an error message - #5
- Initial release.