File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,3 +48,5 @@ Authors
4848* Chris Sreesangkom - https://github.com/csreesan
4949* Sorin Sbarnea - https://github.com/ssbarnea
5050* Brian Rutledge - https://github.com/bhrutledge
51+ * Danilo Šegan - https://github.com/dsegan
52+ * Michał Bielawski - https://github.com/D3X
Original file line number Diff line number Diff line change 11Changelog
22=========
33
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+
4392.12.1 (2021-06-01)
540-------------------
641
You can’t perform that action at this time.
0 commit comments