From a8f6ff27feb6600731a3efef6cff9d54469efa30 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 17 Dec 2020 10:48:10 -0500 Subject: [PATCH] Bump to 2.1.11 (#310) --- CHANGELOG.md | 11 ++++++++++- codecov/__version__.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c70fc15..2125692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### `2.1.11` + +#### Fixes +- #305 Added option to disable printing of gcov-out +- #308 Handle exceptions that don't have a returncode + +#### Dependencies and Misc +- #301 Update to Python 3.9 + ### `2.1.10` #### Fixes @@ -10,7 +19,7 @@ #### Dependencies and Misc - [#290](https://github.com/codecov/codecov-python/pull/290) Bump coverage from 4.5.4 to 5.2.1 - [#291](https://github.com/codecov/codecov-python/pull/291) Update python versions -- [#292](https://github.com/codecov/codecov-python/pull/292) Add license scan report and status +- [#292](https://github.com/codecov/codecov-python/pull/292) Add license scan report and status - [#294](https://github.com/codecov/codecov-python/pull/294) Update README with accurate links - [#296](https://github.com/codecov/codecov-python/pull/296) Bump coverage from 5.2.1 to 5.3 diff --git a/codecov/__version__.py b/codecov/__version__.py index 0e467e9..bc5c0a7 100644 --- a/codecov/__version__.py +++ b/codecov/__version__.py @@ -5,4 +5,4 @@ __license__ = "Apache 2.0" __title__ = "codecov" __url__ = "https://github.com/codecov/codecov-python" -__version__ = "2.1.10" +__version__ = "2.1.11"