diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a04a57..187567a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## Unreleased -### Incompatible changes +Nothing yet. + +## 0.3.0 (2025-01-17) - Test on Python 3.13 #89 - Support pytest 7.4+ #97 (thanks to @edgarrmondragon) diff --git a/pyproject.toml b/pyproject.toml index 02e6e27..291c086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] # https://peps.python.org/pep-0621/#readme requires-python = ">=3.8" -version = "0.2.0" +version = "0.3.0" name = "pytest-github-actions-annotate-failures" description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions" readme = "README.md"