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

Commit 76b4f7c

Browse files
authored
Bump to 2.1.10 (#300)
1 parent 713d941 commit 76b4f7c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### `2.1.10`
2+
3+
#### Fixes
4+
- [#148](https://github.com/codecov/codecov-python/pull/148) Output elapsed time with S3 upload
5+
- [#153](https://github.com/codecov/codecov-python/pull/153) Improve error reporting in the "try_run" function and correctly include original command output in the error message
6+
- [#295](https://github.com/codecov/codecov-python/pull/295) Added sleep between upload retries.
7+
- [#297](https://github.com/codecov/codecov-python/pull/297) Ignore emacs lisp files
8+
- [#298](https://github.com/codecov/codecov-python/pull/298) Fix error try_to_run using | without shell=True (fix #284)
9+
10+
#### Dependencies and Misc
11+
- [#290](https://github.com/codecov/codecov-python/pull/290) Bump coverage from 4.5.4 to 5.2.1
12+
- [#291](https://github.com/codecov/codecov-python/pull/291) Update python versions
13+
- [#292](https://github.com/codecov/codecov-python/pull/292) Add license scan report and status
14+
- [#294](https://github.com/codecov/codecov-python/pull/294) Update README with accurate links
15+
- [#296](https://github.com/codecov/codecov-python/pull/296) Bump coverage from 5.2.1 to 5.3
16+
117
### `2.1.9`
218

319
- [#289](https://github.com/codecov/codecov-python/pull/289)Remove token restriction as it is changed server-side

codecov/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
__license__ = "Apache 2.0"
66
__title__ = "codecov"
77
__url__ = "https://github.com/codecov/codecov-python"
8-
__version__ = "2.1.9"
8+
__version__ = "2.1.10"

0 commit comments

Comments
 (0)