Skip to content

Commit 245378a

Browse files
chore: bump version to 3.98.0 and update changelog/whatsnew for IntelliJ 2026.1 EAP support
1 parent 850834b commit 245378a

4 files changed

Lines changed: 27 additions & 2 deletions

File tree

  • PluginsAndFeatures/azure-toolkit-for-intellij
    • azure-intellij-plugin-base/src/main/resources/META-INF
    • azure-intellij-plugin-lib-java/src/main/resources
    • src/main/resources/META-INF

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
44

55
- [Change Log](#change-log)
6+
- [3.98.0](#3980)
67
- [3.97.3](#3973)
78
- [3.97.2](#3972)
89
- [3.97.1](#3971)
@@ -123,6 +124,11 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
123124
- [3.0.7](#307)
124125
- [3.0.6](#306)
125126

127+
## 3.98.0
128+
### Added
129+
- Support IntelliJ IDEA 2026.1 EAP
130+
- Upgrade Gradle to 9.0 and IntelliJ Platform Plugin to 2.12.0
131+
126132
## 3.97.3
127133
- Rename GitHub Copilot app modernization to GitHub Copilot modernization.
128134

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-base/src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xi="http://www.w3.org/2001/XInclude">
33
<id>com.microsoft.tooling.msservices.intellij.azure</id>
44
<name>Azure Toolkit</name>
5-
<version>3.97.3</version>
5+
<version>3.98.0</version>
66
<vendor email="java@microsoft.com" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description>
@@ -18,6 +18,10 @@
1818
<![CDATA[
1919
<html>
2020
<h3>Azure</h3>
21+
<h4>3.98.0</h4>
22+
<ul>
23+
<li>Support IntelliJ IDEA 2026.1 EAP</li>
24+
</ul>
2125
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
2226
</html>
2327
]]>

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib-java/src/main/resources/whatsnew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<!-- Version: 3.88.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.98.0
5+
### Added
6+
- Support IntelliJ IDEA 2026.1 EAP
7+
- Upgrade Gradle to 9.0 and IntelliJ Platform Plugin to 2.12.0
8+
49
## 3.97.3
510
- Rename GitHub Copilot app modernization to GitHub Copilot modernization.
611

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xi="http://www.w3.org/2001/XInclude">
33
<id>com.microsoft.tooling.msservices.intellij.azure</id>
44
<name>Azure Toolkit for IntelliJ</name>
5-
<version>3.97.3</version>
5+
<version>3.98.0</version>
66
<vendor email="java@microsoft.com" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description><![CDATA[
@@ -28,10 +28,20 @@
2828
<change-notes>
2929
<![CDATA[
3030
<html>
31+
<h2 id="3-98-0">3.98.0</h2>
32+
<h3 id="added">Added</h3>
33+
<ul>
34+
<li>Support IntelliJ IDEA 2026.1 EAP</li>
35+
</ul>
3136
<h2 id="3-97-3">3.97.3</h2>
3237
<ul>
3338
<li>Rename GitHub Copilot app modernization to GitHub Copilot modernization.</li>
3439
</ul>
40+
<h2 id="3-97-2">3.97.2</h2>
41+
<h3 id="fixed">Fixed</h3>
42+
<ul>
43+
<li>Fixed a known issue</li>
44+
</ul>
3545
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
3646
</html>
3747
]]>

0 commit comments

Comments
 (0)