File tree 2 files changed +52
-0
lines changed
2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.1.3 (2021-07-31)
4
+
5
+ - Allow specifying a run path with ` PYTEST_RUN_PATH ` environment variable #29 (thanks to @michamos )
6
+
7
+ ## 0.1.2 (2021-03-21)
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 (2020-10-13)
14
+
15
+ - Fix #21 : stdout is captured by pytest-xdist #22 (thanks to @yihuang )
16
+
17
+ ## 0.1.0 (2020-08-22)
18
+
19
+ - feat: better annotation structure (PR #14 , thanks to @henryiii )
20
+
21
+ ## 0.0.8 (2020-08-20)
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 (2020-08-20)
26
+
27
+ - Python 2.7 support
28
+
29
+ ## 0.0.6 (2020-07-30)
30
+
31
+ - Enable this plugin only in GitHub Actions workflow
32
+
33
+ ## 0.0.5 (2020-05-10)
34
+
35
+ - Remove unnecessary environment (PYTEST_PLUGINS) variable in README (thanks to @AlphaMycelium )
36
+
37
+ ## 0.0.4 (2020-05-09)
38
+
39
+ - Always enabled whether or not in GitHub Actions workflow
40
+
41
+ ## 0.0.3 (2020-05-09)
42
+
43
+ - Requires pytest >= 4.0.0
44
+
45
+ ## 0.0.2 (2020-05-09)
46
+
47
+ - Add short description
48
+
49
+ ## 0.0.1 (2020-05-09)
50
+
51
+ - First release
Original file line number Diff line number Diff line change 1
1
include *.py
2
2
include LICENSE
3
+ include CHANGELOG.md
You can’t perform that action at this time.
0 commit comments