Releases: BrianPugh/cyclopts
Releases · BrianPugh/cyclopts
v2.9.9
What's Changed
- Improve program load-time and
--help
performance. by @BrianPugh in #223
Full Changelog: v2.9.8...v2.9.9
v2.9.8
What's Changed
- Use last command's help/version flags. by @BrianPugh in #220
Full Changelog: v2.9.7...v2.9.8
v2.9.7
v2.9.6
Bug Fixes
- Fix
--help
crash when a mutable default is assigned to a parameter by @BrianPugh in #216 - Fix chaining example in docs. by @BrianPugh in #214
Full Changelog: v2.9.5...v2.9.6
v2.9.5
Bug Fixes
- Fix type hints for
@app.default
decorator. by @BrianPugh in #211
Full Changelog: v2.9.4...v2.9.5
v2.9.4
What's Changed
- loosen python version from
^3.8
to>=3.8
by @BrianPugh in #201
Full Changelog: v2.9.3...v2.9.4
v2.9.3
What's Changed
- Improved type hints by @andersjel in #194
New Contributors
- @andersjel made their first contribution in #194
Full Changelog: v2.9.2...v2.9.3
v2.9.2
Bug Fixes
- More robustly resolve Unions when generating
--help
choices from Literal/Enum. by @BrianPugh in #193
Full Changelog: v2.9.1...v2.9.2
v2.9.1
Bug Fixes
- resolve help-choices for python3.12 type-statements. by @BrianPugh in #192
Full Changelog: v2.9.0...v2.9.1
v2.9.0
Features
- Python 3.12 type statement support (
TypeAliasType
). by @BrianPugh in #191
Full Changelog: v2.8.0...v2.9.0