Skip to content

Commit

Permalink
Merge pull request #497 from bluetech/release-1.5.0
Browse files Browse the repository at this point in the history
Preparing release 1.5.0
  • Loading branch information
bluetech committed Apr 21, 2024
2 parents 6300b34 + f8aa4a0 commit 4d5b7f6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -21,6 +21,24 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.

.. towncrier release notes start
pluggy 1.5.0 (2024-04-19)
=========================

Features
--------

- `#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.

See :ref:`warn_on_impl` for details.



Bug Fixes
---------

- `#481 <https://github.com/pytest-dev/pluggy/issues/481>`_: ``PluginManager.get_plugins()`` no longer returns ``None`` for blocked plugins.


pluggy 1.4.0 (2024-01-24)
=========================

Expand Down
3 changes: 0 additions & 3 deletions changelog/178.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/481.bugfix.rst

This file was deleted.

0 comments on commit 4d5b7f6

Please sign in to comment.