We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a45ae4 commit f189814Copy full SHA for f189814
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+Version 0.3.11 (March 25th, 2015)
2
+ * Recognize APPVEYOR_REPO_BRANCH environment var. (#102 by @jrfonseca)
3
+ * Generate POSIX paths on Windows. (#101 by @jrfonseca)
4
+ * Continue on errors decoding unsupported characters (#99 by @albfan)
5
+
6
Version 0.3.10 (Sep 14th, 2015)
7
* Source code may contain colons (#93 by @d-frey)
8
* Fix lcov exclusion keyword: end -> stop (#91 by @remram44)
cpp_coveralls/__init__.py
@@ -2,7 +2,7 @@
from __future__ import print_function
__author__ = 'Lei Xu <eddyxu@gmail.com>'
-__version__ = '0.3.10'
+__version__ = '0.3.11'
__classifiers__ = [
'Development Status :: 3 - Alpha',
0 commit comments