Skip to content

Commit f189814

Browse files
author
Lei Xu
committed
release 0.3.11
1 parent 0a45ae4 commit f189814

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
Version 0.3.10 (Sep 14th, 2015)
27
* Source code may contain colons (#93 by @d-frey)
38
* Fix lcov exclusion keyword: end -> stop (#91 by @remram44)

cpp_coveralls/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import print_function
33

44
__author__ = 'Lei Xu <eddyxu@gmail.com>'
5-
__version__ = '0.3.10'
5+
__version__ = '0.3.11'
66

77
__classifiers__ = [
88
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)