Skip to content

Commit 7ac6f2f

Browse files
committed
Update CHANGELOG for 0.14.0
Also move the dates to their own line, so the heading contains only the version, making it stand out more and allowing stable/known links to each version entry.
1 parent b830f5d commit 7ac6f2f

File tree

1 file changed

+76
-38
lines changed

1 file changed

+76
-38
lines changed

CHANGELOG.rst

Lines changed: 76 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
CHANGELOG
22
=========
33

4-
UNRELEASED
5-
----------
4+
0.14.0
5+
------
6+
7+
*2024-12-07*
68

79
* Add support for Python 3.13.
810

@@ -15,15 +17,19 @@ UNRELEASED
1517
.. _#159: https://github.com/pytest-dev/pytest-subtests/issues/159
1618
.. _#169: https://github.com/pytest-dev/pytest-subtests/pull/169
1719

18-
0.13.1 (2024-07-16)
19-
-------------------
20+
0.13.1
21+
------
22+
23+
*2024-07-16*
2024

2125
* Fixed bug were an extra test would execute when ``-x/--exitfirst`` was used (`#139`_).
2226

2327
.. _#139: https://github.com/pytest-dev/pytest-subtests/pull/139
2428

25-
0.13.0 (2024-07-07)
26-
-------------------
29+
0.13.0
30+
------
31+
32+
*2024-07-07*
2733

2834
* Dropped support for EOL Python 3.7.
2935
* Added support for ``-x/--exitfirst`` (`#134`_).
@@ -32,15 +38,19 @@ UNRELEASED
3238
.. _#131: https://github.com/pytest-dev/pytest-subtests/pull/131
3339
.. _#134: https://github.com/pytest-dev/pytest-subtests/pull/134
3440

35-
0.12.1 (2024-03-07)
36-
-------------------
41+
0.12.1
42+
------
43+
44+
*2024-03-07*
3745

3846
* Fixed compatibility with upcoming pytest ``8.1.x``. (`#125`_).
3947

4048
.. _#125: https://github.com/pytest-dev/pytest-subtests/issues/125
4149

42-
0.12.0 (2024-03-06)
43-
-------------------
50+
0.12.0
51+
------
52+
53+
*2024-03-06*
4454

4555
* Python 3.12 is now officially supported (`#113`_).
4656
* Added typing support (`#115`_).
@@ -50,8 +60,10 @@ UNRELEASED
5060
.. _#115: https://github.com/pytest-dev/pytest-subtests/pull/115
5161

5262

53-
0.11.0 (2023-05-15)
54-
-------------------
63+
0.11.0
64+
------
65+
66+
*2023-05-15*
5567

5668
* Logging is displayed for failing subtests (`#92`_)
5769
* Passing subtests no longer turn the pytest output to yellow (as if warnings have been issued) (`#86`_). Thanks to `Andrew-Brock`_ for providing the solution.
@@ -63,32 +75,42 @@ UNRELEASED
6375

6476
.. _`Andrew-Brock`: https://github.com/Andrew-Brock
6577

66-
0.10.0 (2022-02-15)
67-
-------------------
78+
0.10.0
79+
------
80+
81+
*2022-02-15*
6882

6983
* Added experimental support for suppressing subtest output dots in non-verbose mode with ``--no-subtests-shortletter`` -- this allows the native pytest column calculations to not be disrupted and minimizes unneeded output for large CI systems.
7084

71-
0.9.0 (2022-10-28)
72-
------------------
85+
0.9.0
86+
-----
87+
88+
*2022-10-28*
7389

7490
* Python 3.11 is officially supported.
7591
* Dropped support for Python 3.6.
7692

77-
0.8.0 (2022-05-26)
78-
------------------
93+
0.8.0
94+
-----
95+
96+
*2022-05-26*
7997

8098
* Now passing subtests are shown in the test run summary at the end (for example: ``10 failed, 1 passed, 10 subtests passed in 0.10s``) (`#70`_).
8199

82100
.. _#70: https://github.com/pytest-dev/pytest-subtests/pull/70
83101

84-
0.7.0 (2022-02-13)
85-
------------------
102+
0.7.0
103+
-----
104+
105+
*2022-02-13*
86106

87107
* Fixed support for pytest 7.0, and ``pytest>=7.0`` is now required.
88108

89109

90-
0.6.0 (2022-01-15)
91-
------------------
110+
0.6.0
111+
-----
112+
113+
*2022-01-15*
92114

93115
* ``pytest>=6.0`` is now required.
94116
* Added official support for Python 3.10.
@@ -100,51 +122,67 @@ UNRELEASED
100122
.. _#30: https://github.com/pytest-dev/pytest-subtests/pull/30
101123
.. _#52: https://github.com/pytest-dev/pytest-subtests/pull/52
102124

103-
0.5.0 (2021-05-29)
104-
------------------
125+
0.5.0
126+
-----
127+
128+
*2021-05-29*
105129

106130
* Added support for ``pytest.mark.xfail`` (`#40`_).
107131

108132
.. _#40: https://github.com/pytest-dev/pytest-subtests/pull/40
109133

110-
0.4.0 (2020-12-13)
111-
------------------
134+
0.4.0
135+
-----
136+
137+
*2020-12-13*
112138

113139
* Added support for ``--pdb`` (`#22`_).
114140

115141
.. _#22: https://github.com/pytest-dev/pytest-subtests/issues/22
116142

117-
0.3.2 (2020-08-01)
118-
------------------
143+
0.3.2
144+
-----
145+
146+
*2020-08-01*
119147

120148
* Fixed pytest 6.0 support.
121149

122-
0.3.1 (2020-05-20)
123-
------------------
150+
0.3.1
151+
-----
152+
153+
*2020-05-20*
124154

125155
* Fixed pytest 5.4 support.
126156

127-
0.3.0 (2020-01-22)
128-
------------------
157+
0.3.0
158+
-----
159+
160+
*2020-01-22*
129161

130162
* Dropped support for Python 3.4.
131163
* ``subtests`` now correctly captures and displays stdout/stderr (`#18`_).
132164

133165
.. _#18: https://github.com/pytest-dev/pytest-subtests/issues/18
134166

135-
0.2.1 (2019-04-04)
136-
------------------
167+
0.2.1
168+
-----
169+
170+
*2019-04-04*
137171

138172
* Fixed verbose output reporting on Linux (`#7`_).
139173

140174
.. _#7: https://github.com/pytest-dev/pytest-subtests/issues/7
141175

142-
0.2.0 (2019-04-03)
143-
------------------
176+
0.2.0
177+
-----
178+
179+
*2019-04-03*
144180

145181
* Subtests are correctly reported with ``pytest-xdist>=1.28``.
146182

147-
0.1.0 (2019-04-01)
148-
------------------
183+
0.1.0
184+
-----
185+
186+
*2019-04-01*
149187

150188
* First release to PyPI.

0 commit comments

Comments
 (0)