We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bbf721 + 81857bb commit ecb6e9fCopy full SHA for ecb6e9f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Version: 1.0.2
2
+
3
+* [#9](https://github.com/saadmk11/github-action-utils/pull/9): Fix `group()` Context Manager `end_group()` function call not passing `use_subprocess`
4
+* [#10](https://github.com/saadmk11/github-action-utils/pull/10): Rearrange Documentation Sections
5
6
7
# Version: 1.0.1
8
9
* [#3](https://github.com/saadmk11/github-action-utils/pull/3): Do not Escape Data on Log Messages
setup.cfg
@@ -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
0 commit comments