We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb9b71 commit 77aab39Copy full SHA for 77aab39
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'com.github.lppedd'
7
-version '0.2.3'
+version '0.2.4'
8
9
sourceCompatibility = JavaVersion.VERSION_14
10
change_notes/0_2_4.html
@@ -0,0 +1,8 @@
1
+<h3>0.2.4 (30/03/2020)</h3>
2
+<p>
3
+ Seventh alpha release.
+ Refactoring
+</p>
+<ul>
+ <li>Never use <code>null</code> values (in preparation for a new Conventional Commit release)</li>
+</ul>
0 commit comments