Releases: pytest-dev/pytest-github-actions-annotate-failures
Releases · pytest-dev/pytest-github-actions-annotate-failures
v0.4.0
Breaking
- breaking: require python>=3.10 (#131) @ssbarnea
- Require pytest 7+ (#116) @edgarrmondragon
Features
- feat: Support Pytest 9+ subtests (#121) @edgarrmondragon
Fixes
- fix: use setuptools-scm and release drafter (#128) @ssbarnea
- fix(warnings): use GITHUB_WORKSPACE instead of GITHUB_WORKFLOW (#124) @rmuir
- Fix internal error when processing warnings (#117) @edgarrmondragon
- docs: examples should use newest actions (#109) @vil02
Maintenance
- chore: release drafter part2 (#130) @ssbarnea
- chore: enable release drafter (#129) @ssbarnea
- ci: Test with Pytest 9 (#120) @edgarrmondragon
- build(deps): bump actions/attest-build-provenance from 3 to 4 (#126) @dependabot[bot]
- build(deps): bump actions/download-artifact from 7 to 8 (#127) @dependabot[bot]
- build(deps): bump actions/download-artifact from 6 to 7 (#123) @dependabot[bot]
- build(deps): bump actions/checkout from 5 to 6 (#122) @dependabot[bot]
- build(deps): bump actions/download-artifact from 5 to 6 (#119) @dependabot[bot]
- build(deps): bump astral-sh/setup-uv from 6 to 7 (#118) @dependabot[bot]
- Test on Python 3.14 (#115) @edgarrmondragon
- build(deps): bump actions/setup-python from 5 to 6 (#114) @dependabot[bot]
- build(deps): bump actions/attest-build-provenance from 2 to 3 (#112) @dependabot[bot]
- build(deps): bump actions/checkout from 4 to 5 (#111) @dependabot[bot]
- build(deps): bump actions/download-artifact from 4 to 5 (#110) @dependabot[bot]
- build(deps): bump astral-sh/setup-uv from 5 to 6 (#108) @dependabot[bot]
Version 0.3.0
- Test on Python 3.13 #89
- Support pytest 7.4+ #97 (thanks to @edgarrmondragon)
- Require Python 3.8+ #87 (thanks to @edgarrmondragon)
- Require pytest 6+ #86 (thanks to @edgarrmondragon)
- Speed up CI and testing #93
- Use Ruff formatter #96
- Use dependency-groups for tests #99
- Add GitHub Attestations #100
Full Changelog: v0.2.0...v0.3.0