Skip to content

Latest commit

 

History

History
79 lines (37 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

79 lines (37 loc) · 1.83 KB

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.

No notable changes have been made.

0.5.0 - 2021-12-21

Changed

  • Make Config attributes 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.Arguments class with the clap.Config class.

0.3.1 - 2021-12-20

Fixed

  • Fix breaking changes from bugyi.lib==0.11 and update requirements.

Miscellaneous

  • Migrate from pylogutils to python-logrus dependency.

0.3.0 - 2021-12-20

Added

  • New comma_list_or_file helper 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 --version option.

0.2.1 - 2021-09-26

Fixed

  • Added importlib-metadata package as direct dependency of this package.

0.2.0 - 2021-09-26

Added

  • Copied code from bugyi.lib.cli module.

0.1.0 - 2021-09-26

Miscellaneous

  • First release.