From 5d37d7a3510eb680c570369b8439905a0c72968a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 29 Jul 2018 22:17:22 -0300 Subject: [PATCH] Normalize all titles and add dates in CHANGELOG --- CHANGELOG.rst | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index df8f41f3..a4f05d3f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -69,8 +69,9 @@ pluggy 0.7.0 (Unreleased) * `#160 `_: We discovered a deployment issue so this version was never released to PyPI, only the tag exists. -0.6.0 ------ +pluggy 0.6.0 (2017-11-24) +========================= + - Add CI testing for the features, release, and master branches of ``pytest`` (PR `#79`_). - Document public API for ``_Result`` objects passed to wrappers @@ -98,8 +99,9 @@ pluggy 0.7.0 (Unreleased) .. _#103: https://github.com/pytest-dev/pluggy/pull/103 -0.5.2 ------ +pluggy 0.5.2 (2017-09-06) +========================= + - fix bug where ``firstresult`` wrappers were being sent an incorrectly configured ``_Result`` (a list was set instead of a single value). Add tests to check for this as well as ``_Result.force_result()`` behaviour. Thanks to `@tgoodlet`_ @@ -116,8 +118,9 @@ pluggy 0.7.0 (Unreleased) .. _#80: https://github.com/pytest-dev/pluggy/pull/80 -0.5.1 ------ +pluggy 0.5.1 (2017-08-29) +========================= + - fix a bug and add tests for case where ``firstresult`` hooks return ``None`` results. Thanks to `@RonnyPfannschmidt`_ and `@tgoodlet`_ for the issue (`#68`_) and PR (`#69`_) respectively. @@ -126,8 +129,9 @@ pluggy 0.7.0 (Unreleased) .. _#68: https://github.com/pytest-dev/pluggy/issues/68 -0.5.0 ------ +pluggy 0.5.0 (2017-08-28) +========================= + - fix bug where callbacks for historic hooks would not be called for already registered plugins. Thanks `@vodik`_ for the PR and `@hpk42`_ for further fixes. @@ -185,8 +189,9 @@ pluggy 0.7.0 (Unreleased) .. _#14: https://github.com/pytest-dev/pluggy/issues/14 -0.4.0 ------ +pluggy 0.4.0 (2016-09-25) +========================= + - add ``has_plugin(name)`` method to pluginmanager. thanks `@nicoddemus`_. - fix `#11`_: make plugin parsing more resilient against exceptions @@ -202,14 +207,16 @@ pluggy 0.7.0 (Unreleased) .. _#4: https://github.com/pytest-dev/pluggy/issues/4 -0.3.1 ------ +pluggy 0.3.1 (2015-09-17) +========================= + - avoid using deprecated-in-python3.5 getargspec method. Thanks `@mdboom`_. -0.3.0 ------ +pluggy 0.3.0 (2015-05-07) +========================= + initial release .. contributors