Skip to content

Commit e988a6c

Browse files
committed
Update changelog.
1 parent f015932 commit e988a6c

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
Changelog
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+
439
2.12.1 (2021-06-01)
540
-------------------
641

0 commit comments

Comments
 (0)