File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
316## 0.1.8 (2022-12-20)
417
518No functionality change.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99[project ]
1010# https://peps.python.org/pep-0621/#readme
1111requires-python = " >=3.7"
12- version = " 0.1.8 "
12+ version = " 0.2.0 "
1313name = " pytest-github-actions-annotate-failures"
1414description = " pytest plugin to annotate failed tests with a workflow command for GitHub Actions"
1515readme = " README.md"
You can’t perform that action at this time.
0 commit comments