We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da3a46 commit f5a1662Copy full SHA for f5a1662
CHANGELOG.md
@@ -2,7 +2,9 @@
2
3
## Unreleased
4
5
-### Incompatible changes
+Nothing yet.
6
+
7
+## 0.3.0 (2025-01-17)
8
9
- Test on Python 3.13 #89
10
- Support pytest 7.4+ #97 (thanks to @edgarrmondragon)
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
# https://peps.python.org/pep-0621/#readme
11
requires-python = ">=3.8"
12
-version = "0.2.0"
+version = "0.3.0"
13
name = "pytest-github-actions-annotate-failures"
14
description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions"
15
readme = "README.md"
0 commit comments