We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb58c2d commit a8e0897Copy full SHA for a8e0897
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Change Log
2
3
-## 0.31.0 **UNRELEASED**
+## 0.31.0 *(2025-03-06)*
4
5
- Add support for publishing snapshots to Central Portal.
6
+ - Make sure to enable snapshots for your namespace on central.sonatype.com.
7
+ - Thanks to @solrudev for the contribution.
8
- Add support for multiple matching staging profiles by taking the one with the longest
9
matching prefix.
10
gradle/libs.versions.toml
@@ -4,7 +4,7 @@ moshi = "1.15.2"
retrofit = "2.11.0"
junit = "5.11.4"
truth = "1.4.4"
-maven-publish = "0.30.0"
+maven-publish = "0.31.0-rc2"
ktlint = "12.2.0"
[libraries]
0 commit comments