Skip to content

Commit c463e31

Browse files
committed
Bump version to 0.5.2
1 parent 941ea3d commit c463e31

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## v0.5.1 (14.06.2020)
410

511
* 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))

click_option_group/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.5.1'
3+
__version__ = '0.5.2'

0 commit comments

Comments
 (0)