We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530c8a1 commit 8d94644Copy full SHA for 8d94644
changelog.md
@@ -19,6 +19,12 @@ All notable changes to this project be documented in this file.
19
- nothing so far
20
21
-->
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
28
29
## [2.5.0] - 2025-Feb-12
30
pyproject.toml
@@ -4,7 +4,7 @@ authors = [{name = "Brian Okken"}]
4
readme = "README.md"
5
license = {file = "LICENSE.txt"}
6
description="A pytest plugin that allows multiple failures per test."
7
-version = "2.5.0"
+version = "2.5.1"
8
requires-python = ">=3.9"
9
classifiers = [
10
"License :: OSI Approved :: MIT License",
0 commit comments