Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,12 @@

<change-notes><![CDATA[
<p><b>1.2.0</b></p>
<p>Go Plugin dependency removal. Golang projects now can be analyzed with IntelliJ Community Edition (no longer requires Ultimate Edition).</p>
<p>Support exhortignore and trustify-da-ignore</p>
<p>Default to MVS = true for go.</p>
<p>Do not include go toolchain entries.</p>
<p>Remove go qualifiers from sbom.</p>
<p>Support customized maven user settings file and local repository.</p>
<p>Removed Go and Docker plugin dependencies. Golang projects now work with IntelliJ Community Edition.</p>
<p>Add support for user-configurable patterns/globs for excluding manifests from Component Analysis.</p>
<p><b>1.1.0</b></p>
<p>Added support for Gradle manifest files.</p>
Expand Down
Loading