We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4b73b commit 119a2baCopy full SHA for 119a2ba
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### `2.0.11`
2
+- fix merge commit when it's a pull request
3
+- remove snapci, business closed
4
+
5
### `2.0.10`
6
- fix uploading when reports contain characters outside of latin-1
7
- remove reduced_redundancy header from
codecov/__init__.py
@@ -30,7 +30,7 @@
30
pass
31
32
33
-version = VERSION = __version__ = '2.0.10'
+version = VERSION = __version__ = '2.0.11'
34
35
COLOR = True
36
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
import sys
-version = '2.0.10'
+version = '2.0.11'
classifiers = ["Development Status :: 5 - Production/Stable",
"Environment :: Plugins",
8
"Intended Audience :: Developers",
0 commit comments