We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49b9d62 + c8b0433 commit 4419af6Copy full SHA for 4419af6
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Version: 1.0.1
2
+
3
+* [#3](https://github.com/saadmk11/github-action-utils/pull/3): Do not Escape Data on Log Messages
4
+* [#4](https://github.com/saadmk11/github-action-utils/pull/4): Add Option to Run Workflow Commands using Python Subprocess Module
5
+* [#5](https://github.com/saadmk11/github-action-utils/pull/5): Use Changelog CI
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = github-action-utils
-version = 1.0.0
+version = 1.0.1
description = Collection of python functions that can be used to run GitHub Action Workflow Commands
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments