Skip to content

Commit 445b7f7

Browse files
committed
Prepare for release 1.14.1.
1 parent 2696242 commit 445b7f7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Changelog
44
**Unreleased**
55
--------------
66

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+
716
1.14.0
817
------
918

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
2222
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
2323

2424
GROUP=dev.zacsweers.redacted
25-
VERSION_NAME=1.15.0-SNAPSHOT
25+
VERSION_NAME=1.14.1
2626
POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
2727
POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
2828
POM_SCM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/

redacted-compiler-plugin-gradle/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
1010
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
1111

1212
GROUP=dev.zacsweers.redacted
13-
VERSION_NAME=1.15.0-SNAPSHOT
13+
VERSION_NAME=1.14.1
1414
POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
1515
POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
1616
POM_SCM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/

0 commit comments

Comments
 (0)