File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.8.0] - 2020-03-26
4+
5+ ### Added
6+
7+ - Errors are now rendered in a nicer way for Python 3.6+.
8+
9+
310## [ 0.7.6] - 2019-10-25
411
512### Fixed
@@ -212,7 +219,8 @@ This is a major release with some API changes.
212219
213220
214221
215- [ Unreleased ] : https://github.com/sdispater/cleo/compare/0.7.6...master
222+ [ Unreleased ] : https://github.com/sdispater/cleo/compare/0.8.0...master
223+ [ 0.8.0 ] : https://github.com/sdispater/cleo/releases/tag/0.8.0
216224[ 0.7.6 ] : https://github.com/sdispater/cleo/releases/tag/0.7.6
217225[ 0.7.5 ] : https://github.com/sdispater/cleo/releases/tag/0.7.5
218226[ 0.7.4 ] : https://github.com/sdispater/cleo/releases/tag/0.7.4
Original file line number Diff line number Diff line change 66from .testers import ApplicationTester , CommandTester
77
88
9- __version__ = "0.7.6 "
9+ __version__ = "0.8.0 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cleo"
3- version = " 0.7.6 "
3+ version = " 0.8.0 "
44description = " Cleo allows you to create beautiful and testable command-line interfaces."
55authors = [
66 " Sébastien Eustace <[email protected] >"
You can’t perform that action at this time.
0 commit comments