File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
redacted-compiler-plugin-gradle Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ Changelog
4
4
** Unreleased**
5
5
--------------
6
6
7
+ 1.14.1
8
+ ------
9
+
10
+ _ 2025-06-29_
11
+
12
+ - ** Fix** : Handle failed error message when no redacted properties.
13
+
14
+ Special thanks to [ @jonapoul ] ( https://github.com/jonapoul ) for contributing to this release!
15
+
7
16
1.14.0
8
17
------
9
18
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
22
22
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
23
23
24
24
GROUP =dev.zacsweers.redacted
25
- VERSION_NAME =1.15.0-SNAPSHOT
25
+ VERSION_NAME =1.14.1
26
26
POM_DESCRIPTION =A Kotlin compiler plugin that generates redacted toString() implementations.
27
27
POM_URL =https://github.com/ZacSweers/redacted-compiler-plugin/
28
28
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.15.0-SNAPSHOT
13
+ VERSION_NAME =1.14.1
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