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.10.0
8
+ ------
9
+
10
+ _ 2024-08-22_
11
+
12
+ - Update to Kotlin ` 2.0.20 ` .
13
+ - Build against Gradle ` 8.10 ` .
14
+
7
15
1.9.0
8
16
-----
9
17
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ kotlin.compiler.keepIncrementalCompilationCachesInMemory=true
15
15
kotlin.compiler.preciseCompilationResultsBackup =true
16
16
17
17
GROUP =dev.zacsweers.redacted
18
- VERSION_NAME =1.10.0-SNAPSHOT
18
+ VERSION_NAME =1.10.0
19
19
POM_DESCRIPTION =A Kotlin compiler plugin that generates redacted toString() implementations.
20
20
POM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
21
21
POM_SCM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ POM_PACKAGING=jar
6
6
kotlin.stdlib.default.dependency =false
7
7
8
8
GROUP =dev.zacsweers.redacted
9
- VERSION_NAME =1.10.0-SNAPSHOT
9
+ VERSION_NAME =1.10.0
10
10
POM_DESCRIPTION =A Kotlin compiler plugin that generates redacted toString() implementations.
11
11
POM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
12
12
POM_SCM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
You can’t perform that action at this time.
0 commit comments