Skip to content

Commit 535999f

Browse files
committed
1.4.3
1 parent 81bcc03 commit 535999f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "boo.fox"
11-
version = "1.4.2"
11+
version = "1.4.3"
1212

1313
repositories {
1414
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@
1313
</description>
1414

1515
<change-notes><![CDATA[
16+
<h3>1.4.3</h3>
17+
<ul>
18+
<li>Ensure compatibility with future IDE versions</li>
19+
<li>Update Lsp4ij version to 0.13.0</li>
20+
</ul>
1621
<h3>1.4.2</h3>
1722
<ul>
18-
<li>Compatibility with 2025 IDEs</li>
23+
<li>Compatibility with 2025 IDEs</li>
1924
</ul>
2025
<h3>1.4.1</h3>
2126
<ul>
@@ -123,4 +128,4 @@
123128
<!-- <add-to-group group-id="NewGroup" anchor="before" relative-to-action="NewXml" />-->
124129
<!-- </action>-->
125130
<!-- </actions>-->
126-
</idea-plugin>
131+
</idea-plugin>

0 commit comments

Comments
 (0)