Skip to content

Releases: click-contrib/click-option-group

click-option-group v0.5.9

09 Oct 09:38

Choose a tag to compare

What's Changed

Full Changelog: v0.5.8...v0.5.9

click-option-group v0.5.8

01 Oct 11:03

Choose a tag to compare

What's Changed

  • Enable creating release in release pipeline by @espdev in #71
  • Fix some errors I hit while using this library with pyright by @adamtheturtle in #72

Full Changelog: v0.5.7...v0.5.8

v0.5.7

24 Mar 13:32

Choose a tag to compare

  • Add return type Decorator (PR #68)
  • Update CI/CD config and Python versions (PR #69)
  • Fix tests for click>=8.1.8 (PR #70)

v0.5.6

09 Jun 22:23

Choose a tag to compare

  • Add optgroup.help_option decorator to add help option to the group (PR #50)
  • Use GitHub Actions instead of Travis CI for CI
  • Delete tox runner
  • Add Python 3.11 to the setup classifiers

v0.5.5

12 Oct 12:15

Choose a tag to compare

  • Add tests/ directory to tarball
  • Add tests_cov extra dependencies for testing with coverage

v0.5.4

12 Oct 02:27

Choose a tag to compare

  • Move frame gathering into error code path (PR #34)
  • Fix typos (PR #37)
  • PEP 561 support (PR #42)
  • Update docs dependencies and Travis CI Python version matrix (PR #43)

v0.5.3

14 May 20:42

Choose a tag to compare

Bump version of Click to <9

v0.5.2

28 Nov 19:33
fba6855

Choose a tag to compare

  • Do not use default option group name. An empty group name will not be displayed
  • Slightly edited error messages
  • All arguments except name in optgroup decorator must be keyword-only

v0.5.1

14 Jun 20:23

Choose a tag to compare

  • Fix incompatibility with autocomplete: out of the box Click completion and click-repl (Issue #14)

v0.5.0

09 Jun 22:03

Choose a tag to compare

  • Add AllOptionGroup class: all options from the group must be set or none must be set (PR #13)
  • Fix type hints
  • Update docs