File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
redacted-compiler-plugin-gradle Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ Changelog
4
4
** Unreleased**
5
5
--------------
6
6
7
+ 1.13.0
8
+ ------
9
+
10
+ _ 2025-03-26_
11
+
12
+ - Update to Kotlin ` 2.1.20 ` . This plugin version requires Kotlin ` 2.1.20 ` or later.
13
+ - Build against Gradle ` 8.13 ` .
14
+
7
15
1.12.1
8
16
------
9
17
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
19
19
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
20
20
21
21
GROUP =dev.zacsweers.redacted
22
- VERSION_NAME =1.13.0-SNAPSHOT
22
+ VERSION_NAME =1.13.0
23
23
POM_DESCRIPTION =A Kotlin compiler plugin that generates redacted toString() implementations.
24
24
POM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
25
25
POM_SCM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
10
10
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
11
11
12
12
GROUP =dev.zacsweers.redacted
13
- VERSION_NAME =1.13.0-SNAPSHOT
13
+ VERSION_NAME =1.13.0
14
14
POM_DESCRIPTION =A Kotlin compiler plugin that generates redacted toString() implementations.
15
15
POM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
16
16
POM_SCM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
You can’t perform that action at this time.
0 commit comments