Skip to content

Commit 4419af6

Browse files
authored
Merge pull request #6 from saadmk11/release-1.0.1
Release 1.0.1
2 parents 49b9d62 + c8b0433 commit 4419af6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = github-action-utils
3-
version = 1.0.0
3+
version = 1.0.1
44
description = Collection of python functions that can be used to run GitHub Action Workflow Commands
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)