Skip to content

Commit fd08ab5

Browse files
Preparing release 1.6.0
1 parent c240362 commit fd08ab5

File tree

5 files changed

+27
-9
lines changed

5 files changed

+27
-9
lines changed

CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,33 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
2121

2222
.. towncrier release notes start
2323
24+
pluggy 1.6.0 (2025-05-15)
25+
=========================
26+
27+
Deprecations and Removals
28+
-------------------------
29+
30+
- `#556 <https://github.com/pytest-dev/pluggy/issues/556>`_: Python 3.8 is no longer supported.
31+
32+
33+
34+
Bug Fixes
35+
---------
36+
37+
- `#504 <https://github.com/pytest-dev/pluggy/issues/504>`_: Fix a regression in pluggy 1.1.0 where using :func:`result.get_result() <pluggy.Result.get_result>` on the same failed :class:`~pluggy.Result` causes the exception's traceback to get longer and longer.
38+
39+
40+
- `#544 <https://github.com/pytest-dev/pluggy/issues/544>`_: Correctly pass :class:`StopIteration` trough hook wrappers.
41+
42+
Raising a :class:`StopIteration` in a generator triggers a :class:`RuntimeError`.
43+
44+
If the :class:`RuntimeError` of a generator has the passed in :class:`StopIteration` as cause
45+
resume with that :class:`StopIteration` as normal exception instead of failing with the :class:`RuntimeError`.
46+
47+
48+
- `#573 <https://github.com/pytest-dev/pluggy/issues/573>`_: Fix python 3.14 SyntaxWrror by rearranging code.
49+
50+
2451
pluggy 1.5.0 (2024-04-19)
2552
=========================
2653

changelog/504.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/544.bugfix.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog/556.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/573.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)