|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | + |
| 5 | +3.0.0 (2021-10-04) |
| 6 | +------------------- |
| 7 | + |
| 8 | +**Note that this release drops support for Python 2.7 and Python 3.5.** |
| 9 | + |
| 10 | +* Added support for Python 3.10 and updated various test dependencies. |
| 11 | + Contributed by Hugo van Kemenade in |
| 12 | + `#500 <https://github.com/pytest-dev/pytest-cov/pull/500>`_. |
| 13 | +* Switched from Travis CI to GitHub Actions. Contributed by Hugo van Kemenade in |
| 14 | + `#494 <https://github.com/pytest-dev/pytest-cov/pull/494>`_ and |
| 15 | + `#495 <https://github.com/pytest-dev/pytest-cov/pull/495>`_. |
| 16 | +* Add a ``--cov-reset`` CLI option. |
| 17 | + Contributed by Danilo Šegan in |
| 18 | + `#459 <https://github.com/pytest-dev/pytest-cov/pull/459>`_. |
| 19 | +* Improved validation of ``--cov-fail-under`` CLI option. |
| 20 | + Contributed by ... Ronny Pfannschmidt's desire for skark in |
| 21 | + `#480 <https://github.com/pytest-dev/pytest-cov/pull/480>`_. |
| 22 | +* Dropped Python 2.7 support. |
| 23 | + Contributed by Thomas Grainger in |
| 24 | + `#488 <https://github.com/pytest-dev/pytest-cov/pull/488>`_. |
| 25 | +* Updated trove classifiers. Contributed by Michał Bielawski in |
| 26 | + `#481 <https://github.com/pytest-dev/pytest-cov/pull/481>`_. |
| 27 | + |
| 28 | + |
| 29 | +2.13.0 (2021-06-01) |
| 30 | +------------------- |
| 31 | + |
| 32 | +* Changed the `toml` requirement to be always be directly required (instead of being required through a coverage extra). |
| 33 | + This fixes issues with pip-compile (`pip-tools#1300 <https://github.com/jazzband/pip-tools/issues/1300>`_). |
| 34 | + Contributed by Sorin Sbarnea in `#472 <https://github.com/pytest-dev/pytest-cov/pull/472>`_. |
| 35 | +* Documented ``show_contexts``. |
| 36 | + Contributed by Brian Rutledge in `#473 <https://github.com/pytest-dev/pytest-cov/pull/473>`_. |
| 37 | + |
| 38 | + |
4 | 39 | 2.12.1 (2021-06-01)
|
5 | 40 | -------------------
|
6 | 41 |
|
|
0 commit comments