Skip to content

Commit

Permalink
Release 0.8.0rc1 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Dec 18, 2020
1 parent 195afcd commit 5993571
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Release History
===============

0.8.0rc1
++++++++
* Make config item names case-insensitive (#220)
* `get_logger` uses `module_name` directly and no longer adds `cli` prefix (#221)
* `CLILogging` accepts a custom `cli_logger_name` (#221)
* Support ppc64le arch in Travis CI (#222)
* Allow customizing tag message (#223)
* Add `EVENT_CLI_SUCCESSFUL_EXECUTE` (#224)

0.7.2
++++++++
* [Config] Support listing sections (#217)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = '0.7.2'
VERSION = '0.8.0rc1'

DEPENDENCIES = [
'argcomplete',
Expand Down

0 comments on commit 5993571

Please sign in to comment.