Skip to content

Releases: janluke/cloup

v3.0.8

05 Aug 02:26
fcd99fd

Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v3.0.7...v3.0.8

v3.0.7

15 Mar 00:38
2bf1372

Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v3.0.6...v3.0.7

v3.0.6

15 Mar 00:38

Choose a tag to compare

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

Full Changelog: v3.0.5...v3.0.6

v3.0.5

04 Mar 12:34
c375313

Choose a tag to compare

What's Changed

Other Changes

  • Allow to set dunder attributes in FrozenSpaceMeta to solve incompatibility with autodoc by @janluke in #178

Full Changelog: v3.0.4...v3.0.5

v3.0.4

29 Dec 20:24
3899fbe

Choose a tag to compare

What's Changed

Bug fixes

  • Fix: command alias were ignored when subcommands were passed as argument to Group() by @janluke in #173

Other Changes

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

13 Nov 02:31

Choose a tag to compare

What's Changed

New features and enhancements

  • Redefine click.pass_context and click.get_current_context to use cloup.Context in place of click.Context by @oeko2002 in #171

New Contributors

Full Changelog: v3.0.2...v3.0.3

v3.0.2

07 Sep 21:58
71e44c6

Choose a tag to compare

What's Changed

Bug fixes

  • Truncate help text to the first form feed, like click by @pocek in #169

Full Changelog: v3.0.1...v3.0.2

v3.0.1

23 Aug 00:16
c4a9130

Choose a tag to compare

What's Changed

Bug fixes

  • Fix: Constraint.__getattr__ was returning None instead of raising AttributeError by @janluke in #167.
    • This issue caused an error when using copy.copy() and copy.deepcopy() with Constraint objects (#166).

Full Changelog: v3.0.0...v3.0.1

v3.0.0

14 Jul 14:16
b407fb2

Choose a tag to compare

What's Changed

Breaking Changes

The breaking change should not affect anyone but I have to increase the major version anyway.

  • HelpTheme as dataclass rather than NamedTuple by @janluke in #163

Full Changelog: v2.1.2...v3.0.0

v2.1.2

13 Jul 18:11
56049d5

Choose a tag to compare

What's Changed

Bug fixes

  • Fix: default to Group.command_class and Group.group_class when creating subcommands by @janluke in #162

Other Changes

Full Changelog: v2.1.1...v2.1.2