Skip to content

Commit f5a1662

Browse files
authored
chore: release 0.3 (#101)
* chore: release 0.3 * Update pyproject.toml * Update CHANGELOG.md
1 parent 5da3a46 commit f5a1662

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44

5-
### Incompatible changes
5+
Nothing yet.
6+
7+
## 0.3.0 (2025-01-17)
68

79
- Test on Python 3.13 #89
810
- Support pytest 7.4+ #97 (thanks to @edgarrmondragon)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
# https://peps.python.org/pep-0621/#readme
1111
requires-python = ">=3.8"
12-
version = "0.2.0"
12+
version = "0.3.0"
1313
name = "pytest-github-actions-annotate-failures"
1414
description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions"
1515
readme = "README.md"

0 commit comments

Comments
 (0)