Skip to content

Commit 2257521

Browse files
authored
Merge pull request #83 from sdispater/release-0.8.1
Release 0.8.1
2 parents 765562a + 4875272 commit 2257521

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

cleo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .testers import ApplicationTester, CommandTester
77

88

9-
__version__ = "0.8.0"
9+
__version__ = "0.8.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cleo"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Cleo allows you to create beautiful and testable command-line interfaces."
55
authors = [
66
"Sébastien Eustace <[email protected]>"

0 commit comments

Comments
 (0)