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 84fc876 commit 0cbeb32Copy full SHA for 0cbeb32
README.md
@@ -55,6 +55,8 @@ Deployment.
55
56
## Releases
57
58
+### 1.6.0 - XXXX-XX-XX
59
+
60
### 1.5.1 - 2020-11-12
61
62
Improved reporting of execution failures. (Contribution by @firewave)
resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>com.github.johnthagen.cppcheck</id>
3
<name>cppcheck</name>
4
- <version>1.5.1</version>
+ <version>1.6.0</version>
5
<vendor email="johnthagen@gmail.com" url="http://github.com/johnthagen">johnthagen</vendor>
6
7
<description><![CDATA[
@@ -61,7 +61,6 @@
]]></description>
63
<change-notes><![CDATA[
64
- 1.5.1 Improved reporting of execution failures. (Contribution by @firewave)<br/>
65
]]>
66
</change-notes>
67
0 commit comments