Skip to content

Commit 8d94644

Browse files
committed
bump to 2.5.1
1 parent 530c8a1 commit 8d94644

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ All notable changes to this project be documented in this file.
1919
- nothing so far
2020
2121
-->
22+
## [2.5.1] - 2025-Mar-18
23+
24+
### Fixed
25+
26+
- Set a minimum pluggy version during type checking. Resolves #176, thanks @d-ryzhykau
27+
2228

2329
## [2.5.0] - 2025-Feb-12
2430

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [{name = "Brian Okken"}]
44
readme = "README.md"
55
license = {file = "LICENSE.txt"}
66
description="A pytest plugin that allows multiple failures per test."
7-
version = "2.5.0"
7+
version = "2.5.1"
88
requires-python = ">=3.9"
99
classifiers = [
1010
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)