Skip to content

Commit 962d674

Browse files
authored
Merge pull request #167 from nicoddemus/fix-changelog
Normalize all titles and add dates in CHANGELOG
2 parents bccc385 + 5d37d7a commit 962d674

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
@@ -76,8 +76,9 @@ pluggy 0.7.0 (Unreleased)
7676

7777
* `#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.
7878

79-
0.6.0
80-
-----
79+
pluggy 0.6.0 (2017-11-24)
80+
=========================
81+
8182
- Add CI testing for the features, release, and master
8283
branches of ``pytest`` (PR `#79`_).
8384
- Document public API for ``_Result`` objects passed to wrappers
@@ -105,8 +106,9 @@ pluggy 0.7.0 (Unreleased)
105106
.. _#103: https://github.com/pytest-dev/pluggy/pull/103
106107

107108

108-
0.5.2
109-
-----
109+
pluggy 0.5.2 (2017-09-06)
110+
=========================
111+
110112
- fix bug where ``firstresult`` wrappers were being sent an incorrectly configured
111113
``_Result`` (a list was set instead of a single value). Add tests to check for
112114
this as well as ``_Result.force_result()`` behaviour. Thanks to `@tgoodlet`_
@@ -123,8 +125,9 @@ pluggy 0.7.0 (Unreleased)
123125
.. _#80: https://github.com/pytest-dev/pluggy/pull/80
124126

125127

126-
0.5.1
127-
-----
128+
pluggy 0.5.1 (2017-08-29)
129+
=========================
130+
128131
- fix a bug and add tests for case where ``firstresult`` hooks return
129132
``None`` results. Thanks to `@RonnyPfannschmidt`_ and `@tgoodlet`_
130133
for the issue (`#68`_) and PR (`#69`_) respectively.
@@ -133,8 +136,9 @@ pluggy 0.7.0 (Unreleased)
133136
.. _#68: https://github.com/pytest-dev/pluggy/issues/68
134137

135138

136-
0.5.0
137-
-----
139+
pluggy 0.5.0 (2017-08-28)
140+
=========================
141+
138142
- fix bug where callbacks for historic hooks would not be called for
139143
already registered plugins. Thanks `@vodik`_ for the PR
140144
and `@hpk42`_ for further fixes.
@@ -192,8 +196,9 @@ pluggy 0.7.0 (Unreleased)
192196
.. _#14: https://github.com/pytest-dev/pluggy/issues/14
193197

194198

195-
0.4.0
196-
-----
199+
pluggy 0.4.0 (2016-09-25)
200+
=========================
201+
197202
- add ``has_plugin(name)`` method to pluginmanager. thanks `@nicoddemus`_.
198203

199204
- fix `#11`_: make plugin parsing more resilient against exceptions
@@ -209,14 +214,16 @@ pluggy 0.7.0 (Unreleased)
209214
.. _#4: https://github.com/pytest-dev/pluggy/issues/4
210215

211216

212-
0.3.1
213-
-----
217+
pluggy 0.3.1 (2015-09-17)
218+
=========================
219+
214220
- avoid using deprecated-in-python3.5 getargspec method. Thanks
215221
`@mdboom`_.
216222

217223

218-
0.3.0
219-
-----
224+
pluggy 0.3.0 (2015-05-07)
225+
=========================
226+
220227
initial release
221228

222229
.. contributors

0 commit comments

Comments
 (0)