Skip to content

Releases: BrianPugh/cyclopts

v2.9.9

27 Aug 21:14
d311432
Compare
Choose a tag to compare

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

27 Aug 13:32
34df4c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.7...v2.9.8

v2.9.7

16 Aug 16:18
Compare
Choose a tag to compare

Improvements

  • Optimize --help performance by passing down the App version to the help/version commands by @daudef in #217

New Contributors

Full Changelog: v2.9.6...v2.9.7

v2.9.6

14 Aug 18:26
Compare
Choose a tag to compare

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

12 Aug 13:48
b862234
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v2.9.4...v2.9.5

v2.9.4

22 Jul 15:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.3...v2.9.4

v2.9.3

04 Jul 15:57
59483dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.2...v2.9.3

v2.9.2

03 Jul 12:43
Compare
Choose a tag to compare

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

02 Jul 14:08
Compare
Choose a tag to compare

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

02 Jul 13:57
1b1e55c
Compare
Choose a tag to compare

Features

  • Python 3.12 type statement support (TypeAliasType). by @BrianPugh in #191

Full Changelog: v2.8.0...v2.9.0