Skip to content

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Apr 17, 2020
1 parent 765562a commit 4875272
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## [0.8.1] - 2020-04-17

### Changed

- Upgraded `clikit` to version `^0.6.0`.


## [0.8.0] - 2020-03-26

### Added
Expand Down Expand Up @@ -219,7 +226,8 @@ This is a major release with some API changes.



[Unreleased]: https://github.com/sdispater/cleo/compare/0.8.0...master
[Unreleased]: https://github.com/sdispater/cleo/compare/0.8.1...master
[0.8.1]: https://github.com/sdispater/cleo/releases/tag/0.8.1
[0.8.0]: https://github.com/sdispater/cleo/releases/tag/0.8.0
[0.7.6]: https://github.com/sdispater/cleo/releases/tag/0.7.6
[0.7.5]: https://github.com/sdispater/cleo/releases/tag/0.7.5
Expand Down
2 changes: 1 addition & 1 deletion cleo/__init__.py
Expand Up @@ -6,4 +6,4 @@
from .testers import ApplicationTester, CommandTester


__version__ = "0.8.0"
__version__ = "0.8.1"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cleo"
version = "0.8.0"
version = "0.8.1"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
Expand Down

0 comments on commit 4875272

Please sign in to comment.