Skip to content

Commit 4677480

Browse files
authored
Merge pull request #48 from utgwkk/bump/v0.1.6
bump to 0.1.6
2 parents 7166e0b + 542d473 commit 4677480

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.6 (2021-12-8)
4+
5+
- Handle test failures without a line number #47 (thanks to @Tenzer)
6+
37
## 0.1.5 (2021-10-24)
48

59
- Revert changes of version 0.1.4 #42

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