Skip to content

Commit 6a3f85b

Browse files
committed
bump to 0.1.7
1 parent d8b44a0 commit 6a3f85b

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,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.7 (2022-07-02)
4+
5+
- add longrepr from plugin tests #50 (thanks to @helpmefindaname)
6+
- Use latest major version for actions #51
7+
38
## 0.1.6 (2021-12-8)
49

510
- Handle test failures without a line number #47 (thanks to @Tenzer)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pytest-github-actions-annotate-failures",
10-
version="0.1.6",
10+
version="0.1.7",
1111
description="pytest plugin to annotate failed tests with a workflow command for GitHub Actions",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)