Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit f8a169c

Browse files
committed
0.2.0 release
1 parent dff0008 commit f8a169c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ Convert it to JUnit XML format:
3838
Releases
3939
--------
4040

41+
0.2.0 - 2016-01-28
42+
^^^^^^^^^^^^^^^^^^
43+
44+
Added severity to JUnit message, improved help description, handle XML parsing errors.
45+
4146
0.1.0 - 2015-11-15
4247
^^^^^^^^^^^^^^^^^^
4348

cppcheck_junit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import sys
99
from xml.etree import ElementTree
1010

11-
__version__ = '0.1.0'
11+
__version__ = '0.2.0'
1212

1313
EXIT_SUCCESS = 0
1414
EXIT_FAILURE = -1

0 commit comments

Comments
 (0)