We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e009d commit 37d021fCopy full SHA for 37d021f
2 files changed
change-notes/0_23_1.html
@@ -0,0 +1,6 @@
1
+<h3>0.23.1 (18/05/2024)</h3>
2
+<p>Thirty-seventh alpha release.</p>
3
+<p>This release contains the following change:</p>
4
+<ul>
5
+ <li><a href="https://github.com/lppedd/idea-conventional-commit/issues/142">#142</a> - Replace usages of VcsLogMultiRepoJoiner</li>
6
+</ul>
gradle.properties
@@ -6,7 +6,7 @@ pluginUntilBuild = 243.*
# Needs a change-notes page with matching version in ./change-notes/
7
# Optionally, also add a matching What's New page in
8
# com.github.lppedd.cc.whatsnew.InternalWhatsNewProvider.whatsNewPages
9
-version = 0.23.0
+version = 0.23.1
10
11
# (Optional) Absolute path to a DCEVM-enabled VM, eg. '.../bin/java.exe'
12
dcevmExecutable =
0 commit comments