Skip to content

Commit 78fb910

Browse files
authored
Merge pull request #14 from saadmk11/release-1.1.0
Release 1.1.0
2 parents ed37788 + d4bb558 commit 78fb910

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
@@ -1,3 +1,8 @@
1+
# Version: 1.1.0
2+
3+
* [#13](https://github.com/saadmk11/github-action-utils/pull/13): Update `save_state` and `set_output` Implementation [Previous Implementation is Deprecated]
4+
5+
16
# Version: 1.0.2
27

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

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.2
3+
version = 1.1.0
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)