Skip to content

Commit 5701ce7

Browse files
committed
build: bump version to 0.23.0
1 parent 655d327 commit 5701ce7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

change-notes/0_23_0.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<h3>0.23.0 (08/04/2024)</h3>
2+
<p>Thirty-sixth alpha release.</p>
3+
<p>This release contains the following enhancements and fixes:</p>
4+
<ul>
5+
<li><a href="https://github.com/lppedd/idea-conventional-commit/pull/130">Update Chinese translation</a></li>
6+
<li>Allow specifying a schema in <code>conventionalcommit.json</code> files</li>
7+
<li>Improve the quick documentation's presentation</li>
8+
<li>Fix the Reformat Commit Message action</li>
9+
<li>Set the execution thread for all actions</li>
10+
<li>Remove redundant "file" suffix for the Conventional Commit file type</li>
11+
<li>Remove most usages of deprecated signatures</li>
12+
<li>Move the minimum supported IDEA version to 2022.3</li>
13+
<li>Move the maximum supported IDEA version to 2024.3</li>
14+
</ul>
15+
<p>Contributors:</p>
16+
<ul>
17+
<li><a href="https://github.com/bric3">bric3</a></li>
18+
<li><a href="https://github.com/LinWanCen">LinWanCen</a></li>
19+
</ul>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginUntilBuild = 243.*
66
# Needs a change-notes page with matching version in ./change-notes/
77
# Optionally, also add a matching What's New page in
88
# com.github.lppedd.cc.whatsnew.InternalWhatsNewProvider.whatsNewPages
9-
version = 0.22.1
9+
version = 0.23.0
1010

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

0 commit comments

Comments
 (0)