Skip to content

Commit

Permalink
Merge pull request #19 from angrybayblade/release/v0.1.0.rc3
Browse files Browse the repository at this point in the history
Release v0.1.0.rc3
  • Loading branch information
angrybayblade authored Oct 24, 2023
2 parents a425c2a + 3fbddc2 commit c72699f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG
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
4 changes: 4 additions & 0 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## `0.1.0.rc2` to `0.1.0.rc3`

- No backwards incompatible changes

## `0.1.0.rc1` to `0.1.0.rc2`

- No backwards incompatible changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
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]>"]
Expand Down

0 comments on commit c72699f

Please sign in to comment.