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 e0dc92f commit 3984fcdCopy full SHA for 3984fcd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.2.3
2
+
3
+* [CHORE] improve build reproducibility and enhance publication metadata
4
5
## 1.2.2
6
7
* [FIX] handle unterminated group when stashing remainder in key segmentation
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
9
allprojects {
10
group = "io.github.techouse"
11
- version = "1.2.2"
+ version = "1.2.3"
12
repositories {
13
google()
14
mavenCentral()
0 commit comments