Skip to content

Commit 29cd5fe

Browse files
chore: Release 0.3.1
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent 3c82f58 commit 29cd5fe

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.3.1 (TODO)
44

5+
- Use `GITHUB_WORKSPACE` instead of `GITHUB_WORKFLOW` to determine file location when processing warnings (124
56
- Fix internal error when processing warnings #117
67
- Test on Python 3.14 #115
78
- Require pytest 7+ #116

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.3.0"
12+
version = "0.3.1"
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)