Skip to content

Commit 55c8111

Browse files
committed
bump version to 0.5.0
1 parent 0e0ada3 commit 55c8111

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.0 (10.06.2020)
4+
5+
* Add `AllOptionGroup` class: all options from the group must be set or none must be set (PR [#13](https://github.com/click-contrib/click-option-group/pull/13))
6+
* Fix type hints
7+
* Update docs
8+
39
## v0.4.0 (18.05.2020)
410

511
* Support multi-layer wrapped functions (PR [#10](https://github.com/click-contrib/click-option-group/pull/10))

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.4.0'
3+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)