Skip to content

Commit ecb6e9f

Browse files
authored
Merge pull request #11 from saadmk11/release-1.0.2
Release 1.0.2
2 parents 1bbf721 + 81857bb commit ecb6e9f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# Version: 1.0.1
28

39
* [#3](https://github.com/saadmk11/github-action-utils/pull/3): Do not Escape Data on Log Messages

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.1
3+
version = 1.0.2
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)