Skip to content

Commit c389f74

Browse files
committed
bump to 0.1.5
1 parent 0235d34 commit c389f74

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.5 (2021-10-24)
4+
5+
- Revert changes of version 0.1.4 #42
6+
37
## 0.1.4 (2021-10-24)
48

59
- Ignore failures that are retried using [`pytest-rerunfailures`](https://pypi.org/project/pytest-rerunfailures/) plugin #40 (thanks to @billyvg)

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