8000 Bump to 2.1.11 by thomasrockhu · Pull Request #310 · codecov/codecov-python · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-onl 8000 y.

Bump to 2.1.11 #310

Merged
merged 1 commit into from
Dec 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion codecov/__version__.py
429D
Original file line number Diff line number Diff line change
Expand Up @@ -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"
0