We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bec888 commit bcdb117Copy full SHA for bcdb117
README.md
@@ -60,6 +60,8 @@ Deployment.
60
61
## Releases
62
63
+### 1.7.0 - XXXX-XX-XX
64
+
65
### 1.6.2 - 2022-01-25
66
67
- Fixed `NullPointerException` with Cppcheck < 1.89 caused by missing `column` attribute in XML result.
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.6.2</version>
+ <version>1.7.0</version>
5
<vendor email="[email protected]" url="http://github.com/johnthagen">johnthagen</vendor>
6
7
<description><![CDATA[
@@ -60,7 +60,6 @@
]]></description>
<change-notes><![CDATA[
- - Fixed `NullPointerException` with Cppcheck < 1.89 caused by missing 'column' attribute in XML result.
]]>
</change-notes>
0 commit comments