Skip to content

Commit e3f4982

Browse files
authored
Merge pull request #41 from utgwkk/bump/v0.1.4
bump to 0.1.4
2 parents 079e5f9 + bd2a26b commit e3f4982

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.4 (2021-10-24)
4+
5+
- Ignore failures that are retried using [`pytest-rerunfailures`](https://pypi.org/project/pytest-rerunfailures/) plugin #40 (thanks to @billyvg)
6+
37
## 0.1.3 (2021-07-31)
48

59
- Allow specifying a run path with `PYTEST_RUN_PATH` environment variable #29 (thanks to @michamos)

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.3",
10+
version="0.1.4",
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)