Skip to content

Commit 5d37d7a

Browse files
committed
Normalize all titles and add dates in CHANGELOG
1 parent e601df4 commit 5d37d7a

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ pluggy 0.7.0 (Unreleased)
6969

7070
* `#160 <https://github.com/pytest-dev/pluggy/issues/160>`_: We discovered a deployment issue so this version was never released to PyPI, only the tag exists.
7171

72-
0.6.0
73-
-----
72+
pluggy 0.6.0 (2017-11-24)
73+
=========================
74+
7475
- Add CI testing for the features, release, and master
7576
branches of ``pytest`` (PR `#79`_).
7677
- Document public API for ``_Result`` objects passed to wrappers
@@ -98,8 +99,9 @@ pluggy 0.7.0 (Unreleased)
9899
.. _#103: https://github.com/pytest-dev/pluggy/pull/103
99100

100101

101-
0.5.2
102-
-----
102+
pluggy 0.5.2 (2017-09-06)
103+
=========================
104+
103105
- fix bug where ``firstresult`` wrappers were being sent an incorrectly configured
104106
``_Result`` (a list was set instead of a single value). Add tests to check for
105107
this as well as ``_Result.force_result()`` behaviour. Thanks to `@tgoodlet`_
@@ -116,8 +118,9 @@ pluggy 0.7.0 (Unreleased)
116118
.. _#80: https://github.com/pytest-dev/pluggy/pull/80
117119

118120

119-
0.5.1
120-
-----
121+
pluggy 0.5.1 (2017-08-29)
122+
=========================
123+
121124
- fix a bug and add tests for case where ``firstresult`` hooks return
122125
``None`` results. Thanks to `@RonnyPfannschmidt`_ and `@tgoodlet`_
123126
for the issue (`#68`_) and PR (`#69`_) respectively.
@@ -126,8 +129,9 @@ pluggy 0.7.0 (Unreleased)
126129
.. _#68: https://github.com/pytest-dev/pluggy/issues/68
127130

128131

129-
0.5.0
130-
-----
132+
pluggy 0.5.0 (2017-08-28)
133+
=========================
134+
131135
- fix bug where callbacks for historic hooks would not be called for
132136
already registered plugins. Thanks `@vodik`_ for the PR
133137
and `@hpk42`_ for further fixes.
@@ -185,8 +189,9 @@ pluggy 0.7.0 (Unreleased)
185189
.. _#14: https://github.com/pytest-dev/pluggy/issues/14
186190

187191

188-
0.4.0
189-
-----
192+
pluggy 0.4.0 (2016-09-25)
193+
=========================
194+
190195
- add ``has_plugin(name)`` method to pluginmanager. thanks `@nicoddemus`_.
191196

192197
- fix `#11`_: make plugin parsing more resilient against exceptions
@@ -202,14 +207,16 @@ pluggy 0.7.0 (Unreleased)
202207
.. _#4: https://github.com/pytest-dev/pluggy/issues/4
203208

204209

205-
0.3.1
206-
-----
210+
pluggy 0.3.1 (2015-09-17)
211+
=========================
212+
207213
- avoid using deprecated-in-python3.5 getargspec method. Thanks
208214
`@mdboom`_.
209215

210216

211-
0.3.0
212-
-----
217+
pluggy 0.3.0 (2015-05-07)
218+
=========================
219+
213220
initial release
214221

215222
.. contributors

0 commit comments

Comments
 (0)