Skip to content

Commit c521a72

Browse files
committed
Release v0.2.2
Also run black on all source files
1 parent 4b580cf commit c521a72

File tree

8 files changed

+128
-507
lines changed

8 files changed

+128
-507
lines changed

CHANGES.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,24 @@ Release History
1919
- Removed
2020
- Fixed
2121
22-
0.2.2 (unreleased)
22+
0.2.2 (2020-08-08)
2323
==================
2424

25+
**Fixed**
26+
27+
- Updated for recent pytest changes. (`#13`_)
2528

29+
.. _#13: https://github.com/tbekolay/pytest-cram/pull/13
2630

2731
0.2.1 (2020-05-10)
2832
==================
2933

3034
**Fixed**
3135

32-
- Updated to use more recent pytest features.
33-
(`#11 <https://github.com/tbekolay/pytest-cram/pull/11>`_,
34-
`#12 <https://github.com/tbekolay/pytest-cram/pull/12>`_)
36+
- Updated to use more recent pytest features. (`#11`_, `#12`_)
37+
38+
.. _#11: https://github.com/tbekolay/pytest-cram/pull/11
39+
.. _#12: https://github.com/tbekolay/pytest-cram/pull/12
3540

3641
0.2.0 (2018-02-06)
3742
==================
@@ -47,8 +52,7 @@ Release History
4752
**Added**
4853

4954
- Added the ``--shell`` command line option and now checks the ``CRAMSHELL``
50-
environment variable to override the default ``/bin/sh`` shell.
51-
(`#3 <https://github.com/tbekolay/pytest-cram/pull/3>`_)
55+
environment variable to override the default ``/bin/sh`` shell. (`#3`_)
5256

5357
Thanks to `Florian Rathgeber <https://github.com/kynan>`_ for the contribution!
5458

@@ -58,6 +62,8 @@ Release History
5862
versions of cram, please
5963
`file an issue <https://github.com/tbekolay/pytest-cram/issues/new>`_.
6064

65+
.. _#3: https://github.com/tbekolay/pytest-cram/pull/3
66+
6167
0.1.0 (2016-02-28)
6268
==================
6369

0 commit comments

Comments
 (0)