File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.0 (2023-05-04)
4
+
5
+ ### Incompatible changes
6
+
7
+ - Require python 3.7+ #66 (thanks to @ssbarnea )
8
+
9
+ ### Other changes
10
+
11
+ - Fix publish package workflow #74
12
+ - Handle cases where pytest itself fails #70 (thanks to @edgarrmondragon )
13
+ - Adopt PEP-621 for packaging #65 (thanks to @ssbarnea )
14
+ - Bump pre-commit/action from 2.0.0 to 3.0.0 #56
15
+
3
16
## 0.1.8 (2022-12-20)
4
17
5
18
No functionality change.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
9
[project ]
10
10
# https://peps.python.org/pep-0621/#readme
11
11
requires-python = " >=3.7"
12
- version = " 0.1.8 "
12
+ version = " 0.2.0 "
13
13
name = " pytest-github-actions-annotate-failures"
14
14
description = " pytest plugin to annotate failed tests with a workflow command for GitHub Actions"
15
15
readme = " README.md"
You can’t perform that action at this time.
0 commit comments