Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.
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: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### `2.1.12`

#### Fixes
- #322 Add Cirrus CI

#### Dependencies and Misc
- #311 Bump coverage from 5.3 to 5.3.1
- #312 Bump coverage from 5.3.1 to 5.4
- #314 Bump coverage from 5.4 to 5.5
- #320 Upgrade to GitHub-native Dependabot

### `2.1.11`

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion codecov/__version__.py
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.11"
__version__ = "2.1.12"