We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b44a0 commit 6a3f85bCopy full SHA for 6a3f85b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 0.1.6 (2021-12-8)
9
10
- Handle test failures without a line number #47 (thanks to @Tenzer)
setup.py
@@ -7,7 +7,7 @@
setup(
name="pytest-github-actions-annotate-failures",
- version="0.1.6",
+ version="0.1.7",
11
description="pytest plugin to annotate failed tests with a workflow command for GitHub Actions",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments