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.1] - 2020-04-17
4+
5+ ### Changed
6+
7+ - Upgraded ` clikit ` to version ` ^0.6.0 ` .
8+
9+
310## [ 0.8.0] - 2020-03-26
411
512### Added
@@ -219,7 +226,8 @@ This is a major release with some API changes.
219226
220227
221228
222- [ Unreleased ] : https://github.com/sdispater/cleo/compare/0.8.0...master
229+ [ Unreleased ] : https://github.com/sdispater/cleo/compare/0.8.1...master
230+ [ 0.8.1 ] : https://github.com/sdispater/cleo/releases/tag/0.8.1
223231[ 0.8.0 ] : https://github.com/sdispater/cleo/releases/tag/0.8.0
224232[ 0.7.6 ] : https://github.com/sdispater/cleo/releases/tag/0.7.6
225233[ 0.7.5 ] : https://github.com/sdispater/cleo/releases/tag/0.7.5
Original file line number Diff line number Diff line change 66from .testers import ApplicationTester , CommandTester
77
88
9- __version__ = "0.8.0 "
9+ __version__ = "0.8.1 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cleo"
3- version = " 0.8.0 "
3+ version = " 0.8.1 "
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