We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b587fb6 commit a47e221Copy full SHA for a47e221
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.4.0 (18.05.2020)
4
+
5
+* Support multi-layer wrapped functions (PR [#10](https://github.com/click-contrib/click-option-group/pull/10))
6
+* Fix flake8 issues
7
8
## v0.3.1
9
10
* Add `hidden=True` to `_GroupTitleFakeOption` as a temporary workaroud for issue [#4](https://github.com/click-contrib/click-option-group/issues/4)
click_option_group/_version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-__version__ = '0.3.1'
+__version__ = '0.4.0'
0 commit comments