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.
No notable changes have been made.
0.5.0 - 2021-12-21
- Make
Config
attributes immutable. - BREAKING CHANGE: The
clap.main_factory(run, config)
function's parameters have changed.
0.4.0 - 2021-12-20
- BREAKING CHANGE: Replace
clap.Arguments
class with theclap.Config
class.
0.3.1 - 2021-12-20
- Fix breaking changes from
bugyi.lib==0.11
and update requirements.
- Migrate from
pylogutils
topython-logrus
dependency.
0.3.0 - 2021-12-20
- New
comma_list_or_file
helper class for parsing comma-separated CLI args.
- BREAKING CHANGE: Sync with cc-python version
v2021.12.20
(drops Python3.7 support).
0.2.2 - 2021-09-28
- Fix
--version
option.
0.2.1 - 2021-09-26
- Added
importlib-metadata
package as direct dependency of this package.
0.2.0 - 2021-09-26
- Copied code from
bugyi.lib.cli
module.
0.1.0 - 2021-09-26
- First release.