From 9060a4e466a8ef08bd737dd75acf1e976b76dc07 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Wed, 21 Jun 2023 09:52:49 +0300 Subject: [PATCH] Preparing release 1.2.0 --- CHANGELOG.rst | 9 +++++++++ changelog/405.feature.rst | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelog/405.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ebf22984..2dd8555a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,15 @@ Versions follow `Semantic Versioning `_ (``.. .. towncrier release notes start +pluggy 1.2.0 (2023-06-21) +========================= + +Features +-------- + +- `#405 `_: The new-style hook wrappers, added in the yanked 1.1.0 release, now require an explicit ``wrapper=True`` designation in the ``@hookimpl()`` decorator. + + pluggy 1.1.0 (YANKED) ===================== diff --git a/changelog/405.feature.rst b/changelog/405.feature.rst deleted file mode 100644 index 598734ad..00000000 --- a/changelog/405.feature.rst +++ /dev/null @@ -1 +0,0 @@ -The new-style hook wrappers, added in the yanked 1.1.0 release, now require an explicit ``wrapper=True`` designation in the ``@hookimpl()`` decorator.