Skip to content

Commit bea8b75

Browse files
author
goodboy
authored
Merge pull request #109 from tgoodlet/0.6.0_release
0.6.0 Minor release
2 parents 817170d + f8c6e8e commit bea8b75

File tree

1 file changed

+29
-7
lines changed

1 file changed

+29
-7
lines changed

CHANGELOG.rst

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
11
0.6.0
22
-----
3-
4-
- Drop support for EOL Python 2.6 and 3.3 in PR `#103`_.
5-
3+
- Add CI testing for the features, release, and master
4+
branches of ``pytest`` (PR `#79`_).
5+
- Document public API for ``_Result`` objects passed to wrappers
6+
(PR `#85`_).
7+
- Document and test hook LIFO ordering (PR `#85`_).
8+
- Turn warnings into errors in test suite (PR `#89`_).
9+
- Deprecate ``_Result.result`` (PR `#88`_).
10+
- Convert ``_Multicall`` to a simple function distinguishing it from
11+
the legacy version (PR `#90`_).
12+
- Resolve E741 errors (PR `#96`_).
13+
- Test and bug fix for unmarked hook collection (PRs `#97`_ and
14+
`#102`_).
15+
- Drop support for EOL Python 2.6 and 3.3 (PR `#103`_).
16+
- Fix ``inspect`` based arg introspection on py3.6 (PR `#94`_).
17+
18+
.. _#79: https://github.com/pytest-dev/pluggy/pull/79
19+
.. _#85: https://github.com/pytest-dev/pluggy/pull/85
20+
.. _#88: https://github.com/pytest-dev/pluggy/pull/88
21+
.. _#89: https://github.com/pytest-dev/pluggy/pull/89
22+
.. _#90: https://github.com/pytest-dev/pluggy/pull/90
23+
.. _#94: https://github.com/pytest-dev/pluggy/pull/94
24+
.. _#96: https://github.com/pytest-dev/pluggy/pull/96
25+
.. _#97: https://github.com/pytest-dev/pluggy/pull/97
26+
.. _#102: https://github.com/pytest-dev/pluggy/pull/102
627
.. _#103: https://github.com/pytest-dev/pluggy/pull/103
728

29+
830
0.5.2
931
-----
1032
- fix bug where ``firstresult`` wrappers were being sent an incorrectly configured
@@ -22,6 +44,7 @@
2244
.. _#77: https://github.com/pytest-dev/pluggy/pull/77
2345
.. _#80: https://github.com/pytest-dev/pluggy/pull/80
2446

47+
2548
0.5.1
2649
-----
2750
- fix a bug and add tests for case where ``firstresult`` hooks return
@@ -31,9 +54,9 @@
3154
.. _#69: https://github.com/pytest-dev/pluggy/pull/69
3255
.. _#68: https://github.com/pytest-dev/pluggy/issuses/68
3356

57+
3458
0.5.0
3559
-----
36-
3760
- fix bug where callbacks for historic hooks would not be called for
3861
already registered plugins. Thanks `@vodik`_ for the PR
3962
and `@hpk42`_ for further fixes.
@@ -93,7 +116,6 @@
93116

94117
0.4.0
95118
-----
96-
97119
- add ``has_plugin(name)`` method to pluginmanager. thanks `@nicoddemus`_.
98120

99121
- fix `#11`_: make plugin parsing more resilient against exceptions
@@ -108,15 +130,15 @@
108130
.. _#11: https://github.com/pytest-dev/pluggy/issues/11
109131
.. _#4: https://github.com/pytest-dev/pluggy/issues/4
110132

133+
111134
0.3.1
112135
-----
113-
114136
- avoid using deprecated-in-python3.5 getargspec method. Thanks
115137
`@mdboom`_.
116138

139+
117140
0.3.0
118141
-----
119-
120142
initial release
121143

122144
.. contributors

0 commit comments

Comments
 (0)