You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## v0.5.2 (28.11.2020)
4
+
5
+
* Do not use default option group name. An empty group name will not be displayed
6
+
* Slightly edited error messages
7
+
* All arguments except `name` in `optgroup` decorator must be keyword-only
8
+
3
9
## v0.5.1 (14.06.2020)
4
10
5
11
* Fix incompatibility with autocomplete: out of the box Click completion and click-repl (Issue [#14](https://github.com/click-contrib/click-option-group/issues/14))
0 commit comments