Releases: janluke/cloup
Releases · janluke/cloup
v3.0.8
What's Changed
Other Changes
- Add show_subcommand_aliases to overloads for group by @ntessman-capsule in #191
New Contributors
- @ntessman-capsule made their first contribution in #191
Full Changelog: v3.0.7...v3.0.8
v3.0.7
What's Changed
Other Changes
- Fix: constraints not working with options having more than 2 names by @tylerduffin and @janluke in #188
New Contributors
- @tylerduffin made their first contribution in #188
Full Changelog: v3.0.6...v3.0.7
v3.0.6
What's Changed
Other Changes
- Remove support for EOL Python version (3.7) by @ulgens in #179
- Add Python 3.12 to tests and supported versions list by @ulgens in #181
- click 8.2:
make_metavar()takes a context parameter now by @ppentchev in #186
New Contributors
- @ulgens made their first contribution in #179
- @ppentchev made their first contribution in #186
Full Changelog: v3.0.5...v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
What's Changed
Bug fixes
- Fix:
Constraint.__getattr__was returningNoneinstead of raisingAttributeErrorby @janluke in #167.- This issue caused an error when using
copy.copy()andcopy.deepcopy()withConstraintobjects (#166).
- This issue caused an error when using
Full Changelog: v3.0.0...v3.0.1