From 88a7d348986bace58e26c88a713ef35f900ce2ef Mon Sep 17 00:00:00 2001 From: Jonathan Stewmon Date: Mon, 27 Mar 2023 13:03:12 -0500 Subject: [PATCH] chore: update AUTHORS and CHANGELOG --- AUTHORS.rst | 1 + CHANGELOG.rst | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index 2ad80a00..22ae71f5 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -57,3 +57,4 @@ Authors * Colin O'Dell - https://github.com/colinodell * Ronny Pfannschmidt - https://github.com/RonnyPfannschmidt * Christian Fetzer - https://github.com/fetzerch +* Jonathan Stewmon = https://github.com/jstewmon diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c49683f5..efeaf34c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog ========= +4.0.1 (2023-03-27) +------------------ + +* Skip generating the in-memory coverage report when it will not be used. For example, + when ``--cov-report=''`` is used without ``--cov-fail-under``. + + 4.0.0 (2022-09-28) ------------------