Skip to content

Commit af440a2

Browse files
committed
build: bump version to 0.26.0
1 parent fb17b9a commit af440a2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

change-notes/0_26_0.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<h3>0.26.0 (09/12/2025)</h3>
2+
<p>This release contains the following fixes:</p>
3+
<ul>
4+
<li>Editor completion does not work in 2025.3 EAP6
5+
(<a href="https://github.com/lppedd/idea-conventional-commit/issues/158">#158</a>,
6+
<a href="https://github.com/lppedd/idea-conventional-commit/issues/159">#159</a>)
7+
</li>
8+
</ul>
9+
<p>
10+
Note that starting from 0.26.0, the minimum supported IDEA version is <b>2025.3</b> (253.17525).
11+
<br>
12+
The goal has always been to maintain compatibility with as many versions as possible (down to 2023.3 for 0.25.0).
13+
However, the amount of manual testing and hacks required to do so does not make sense anymore, considering all the
14+
breaking changes shipped between 2024.x and 2025.x.
15+
</p>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluginSinceBuild = 253.17525
1717
# Needs a change-notes page with a matching version in ./change-notes/
1818
# Optionally, also add a matching What's New page in
1919
# com.github.lppedd.cc.whatsnew.InternalWhatsNewProvider.whatsNewPages
20-
version = 0.25.0
20+
version = 0.26.0
2121

2222
# (Optional) Absolute path to a DCEVM-enabled VM, eg. '.../bin/java.exe'
2323
dcevmExecutable =

0 commit comments

Comments
 (0)