Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

chore: bump to 2.1.12 #323

Merged
merged 1 commit into from Aug 2, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -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
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"