Skip to content

Commit

Permalink
Build: Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattco98 committed Jan 21, 2024
1 parent f9ce246 commit ad31710
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginGroup=me.mattco.serenityos
pluginName=SerenityOS-DSL
pluginVersion=1.0.0
pluginVersion=1.0.1
pluginSinceBuild=232
pluginUntilBuild=241.*
platformType=CL
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
Currently only supports .idl files.
]]></description>

<change-notes><![CDATA[
<ul>
<li>Added support for IPC files. Includes C++ -> IDL file resolution and vice versa</li>
<li>Added line markers in IDL files the lead to their associated C++ structs</li>
<li>Updated the supported version range to the latest CLion EAP version<li>
</ul>
]]></change-notes>

<extensions defaultExtensionNs="com.intellij">
<!-- IDL -->
<fileType
Expand Down

0 comments on commit ad31710

Please sign in to comment.