1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Changelog
=========
1.1.1.2 - 2025-06-24
--------------------
- Add a clear note stating that the package is no longer maintained, but the library can be vendored.
1.1.1.1 - 2025-06-24
--------------------
- Mark the project as inactive.
1.1.1 - 2019-04-04
------------------
- Fixed a version mismatch in `click_plugins/__init__.py` See `1.1`.
1.1 - 2019-04-04
----------------
- Fix an issue where a broken command's traceback would not be emitted - https://github.com/click-contrib/click-plugins/issues/25
- Bump required click version to `click>=4` - https://github.com/click-contrib/click-plugins/pull/28
- Runs Travis tests for the latest release of click versions 4 -> 7 - https://github.com/click-contrib/click-plugins/pull/28
1.0.4 - 2018-09-15
------------------
- Preemptive fix for a breaking change in Click v7. CLI command names generated from functions with underscores will have dashes instead of underscores. See https://github.com/click-contrib/click-plugins/issues/19.
1.0.3 - 2016-01-05
------------------
- Include tests in MANIFEST.in - See further discussion in #8
1.0.2 - 2015-09-23
------------------
- General packaging and Travis-CI improvements.
- Don't include tests in MANIFEST.in - #8
1.0.1 - 2015-08-20
------------------
- Fixed a typo in an error message - #5
1.0 - 2015-07-20
----------------
- Initial release.
|