Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version: 1.0.2

* [#9](https://github.com/saadmk11/github-action-utils/pull/9): Fix `group()` Context Manager `end_group()` function call not passing `use_subprocess`
* [#10](https://github.com/saadmk11/github-action-utils/pull/10): Rearrange Documentation Sections


# Version: 1.0.1

* [#3](https://github.com/saadmk11/github-action-utils/pull/3): Do not Escape Data on Log Messages
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = github-action-utils
version = 1.0.1
version = 1.0.2
description = Collection of python functions that can be used to run GitHub Action Workflow Commands
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down