We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c00d0 commit 05b0ff3Copy full SHA for 05b0ff3
README.rst
@@ -60,6 +60,12 @@ output so that CI tools like Bamboo will not fail on the JUnit task.
60
Releases
61
--------
62
63
+1.5.0 - 2017-10-18
64
+^^^^^^^^^^^^^^^^^^
65
+
66
+Fix Bamboo support by always filling in ``name`` and ``classname`` attributes on JUnit error
67
+test cases.
68
69
1.4.0 - 2017-06-14
70
^^^^^^^^^^^^^^^^^^
71
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='cppcheck-junit',
6
- version='1.4.0',
+ version='1.5.0',
7
8
description='Converts Cppcheck XML output to JUnit format.',
9
long_description=open('README.rst').read(),
0 commit comments