Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Apr 6, 2020
1 parent 076d649 commit 13e787e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ false positives for C++ projects. C++ projects should append `--language=c++` t

## Releases

### 1.4.1 - 2020-04-06

Fix NullPointerException. (Contribution by @firewave)

### 1.4.0 - 2020-04-03

Support Cppcheck MISRA addon. (Contribution by @SJ-Innovation)
Expand Down
4 changes: 2 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.github.johnthagen.cppcheck</id>
<name>cppcheck</name>
<version>1.4.0</version>
<version>1.4.1</version>
<vendor email="johnthagen@gmail.com" url="http://github.com/johnthagen">johnthagen</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -60,7 +60,7 @@
]]></description>

<change-notes><![CDATA[
1.4.0 Add MISRA Addon Support (Contribution by @SJ-Innovation) <br/>
1.4.1 Fix NullPointerException (Contribution by @firewave) <br/>
]]>
</change-notes>

Expand Down

0 comments on commit 13e787e

Please sign in to comment.