Skip to content

Commit f8aa4a0

Browse files
committed
Preparing release 1.5.0
1 parent b4a8c92 commit f8aa4a0

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

Diff for: CHANGELOG.rst

+18
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,24 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
2121

2222
.. towncrier release notes start
2323
24+
pluggy 1.5.0 (2024-04-19)
25+
=========================
26+
27+
Features
28+
--------
29+
30+
- `#178 <https://github.com/pytest-dev/pluggy/issues/178>`_: Add support for deprecating specific hook parameters, or more generally, for issuing a warning whenever a hook implementation requests certain parameters.
31+
32+
See :ref:`warn_on_impl` for details.
33+
34+
35+
36+
Bug Fixes
37+
---------
38+
39+
- `#481 <https://github.com/pytest-dev/pluggy/issues/481>`_: ``PluginManager.get_plugins()`` no longer returns ``None`` for blocked plugins.
40+
41+
2442
pluggy 1.4.0 (2024-01-24)
2543
=========================
2644

Diff for: changelog/178.feature.rst

-3
This file was deleted.

Diff for: changelog/481.bugfix.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)