We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2399fd commit 515950eCopy full SHA for 515950e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.5.6 (09.06.2023)
4
+
5
+* Add `optgroup.help_option` decorator to add help option to the group (PR [#50](https://github.com/click-contrib/click-option-group/pull/50))
6
+* Use GitHub Actions instead of Travis CI for CI
7
+* Delete tox runner
8
+* Add Python 3.11 to the setup classifiers
9
10
## v0.5.5 (12.10.2022)
11
12
* Add `tests/` directory to tarball
click_option_group/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-__version__ = '0.5.5'
+__version__ = '0.5.6'
0 commit comments