Changelog for clap
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
No notable changes have been made.
0.5.0 - 2021-12-21
Changed
Make
Configattributes immutable.BREAKING CHANGE: The
clap.main_factory(run, config)function’s parameters have changed.
0.4.0 - 2021-12-20
Changed
BREAKING CHANGE: Replace
clap.Argumentsclass with theclap.Configclass.
0.3.1 - 2021-12-20
Fixed
Fix breaking changes from
bugyi.lib==0.11and update requirements.
Miscellaneous
Migrate from
pylogutilstopython-logrusdependency.
0.3.0 - 2021-12-20
Added
New
comma_list_or_filehelper class for parsing comma-separated CLI args.
Removed
BREAKING CHANGE: Sync with cc-python version
v2021.12.20(drops Python3.7 support).
0.2.2 - 2021-09-28
Fixed
Fix
--versionoption.
0.2.1 - 2021-09-26
Fixed
Added
importlib-metadatapackage as direct dependency of this package.
0.2.0 - 2021-09-26
Added
Copied code from
bugyi.lib.climodule.
0.1.0 - 2021-09-26
Miscellaneous
First release.