Skip to content

Commit e787533

Browse files
committed
Add changelog
1 parent 26b9320 commit e787533

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Changelog
2+
3+
## 0.1.3
4+
5+
- Allow specifying a run path with `PYTEST_RUN_PATH` environment variable #29 (thanks to @michamos)
6+
7+
## 0.1.2
8+
9+
- Fall back file path when ValueError on Windows #24
10+
- ci: change Python version set #25
11+
- doc: notice for Docker environments #27
12+
13+
## 0.1.1
14+
15+
- Fix #21: stdout is captured by pytest-xdist #22 (thanks to @yihuang)
16+
17+
## 0.1.0
18+
19+
- feat: better annotation structure (PR #14, thanks to @henryiii)
20+
21+
## 0.0.8
22+
23+
- Convert relative path to path from repository root (fix #8 with PR #11 and #12, thanks to @henryiii)
24+
25+
## 0.0.7
26+
27+
- Python 2.7 support
28+
29+
## 0.0.6
30+
31+
- Enable this plugin only in GitHub Actions workflow
32+
33+
## 0.0.5
34+
35+
- Remove unnecessary environment (PYTEST_PLUGINS) variable in README (thanks to @AlphaMycelium)
36+
37+
## 0.0.4
38+
39+
- Always enabled whether or not in GitHub Actions workflow
40+
41+
## 0.0.3
42+
43+
- Requires pytest >= 4.0.0
44+
45+
## 0.0.2
46+
47+
- Add short description
48+
49+
## 0.0.1
50+
51+
- First release

0 commit comments

Comments
 (0)