Skip to content

Commit

Permalink
Merge pull request #91 from firewave/bump-version
Browse files Browse the repository at this point in the history
1.6.3 release / bumped version to 1.6.4
  • Loading branch information
firewave authored Dec 9, 2023
2 parents 0f54c6d + 7f45e7e commit 6b6390e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ Deployment.

## Releases

### 1.6.3 - 20XX-XX-XX
### 1.6.4 - 20XX-XX-XX

### 1.6.3 - 2023-12-07

- Added `Show Cppcheck XML Output` action to show the latest XML output.
- Report execution errors as global inspection errors.
Expand Down
8 changes: 1 addition & 7 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.6.3</version>
<version>1.6.4</version>
<vendor email="johnthagen@users.noreply.github.com" url="https://github.com/johnthagen">johnthagen</vendor>

<description><![CDATA[
Expand All @@ -23,12 +23,6 @@
]]></description>

<change-notes><![CDATA[
- Added `Show Cppcheck XML Output` action to show the latest XML output.<br/>
- Report execution errors as global inspection errors.<br/>
- Display `Cppcheck Path` configuration errors as global inspection errors instead of using a (hard to spot) status bar message.<br/>
- Display global inspection error and omit the option if the configured `MISRA Addon JSON` does not exist.<br/>
- Made plugin verbose level configurable via settings.<br/>
- Display all available details for findings in tooltip.
]]>
</change-notes>

Expand Down

0 comments on commit 6b6390e

Please sign in to comment.