-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from angrybayblade/release/v0.1.0.rc3
Release v0.1.0.rc3
- Loading branch information
Showing
3 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
# v0.1.0.rc3 | ||
|
||
* Adds support for isolated runs | ||
* Skips context parameter when displaying help | ||
* Adds support for multiple invoke calls in a single run | ||
* Skips version kwarg when parsing defaults | ||
* Documentation updates and support for documentation deployments | ||
* Adds support for simultaneuos usage of both long and short flags parsing | ||
|
||
# v0.1.0.rc2 | ||
|
||
- Early exit on `--version` flag | ||
* Early exit on `--version` flag | ||
|
||
# v0.1.0.rc2 | ||
|
||
- Adds support for `--version` flag | ||
- Pins `typing-extention` | ||
* Adds support for `--version` flag | ||
* Pins `typing-extention` | ||
|
||
# v0.1.0.rc0 | ||
|
||
- Initial release | ||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "clea" | ||
version = "0.1.0.rc2" | ||
version = "0.1.0.rc3" | ||
description = "Framework for writing CLI application quickly" | ||
readme = "README.md" | ||
authors = ["angrybayblade <[email protected]>"] | ||
|