Skip to content

Commit 1128bd8

Browse files
committed
Prepare for release 1.13.0.
1 parent 228286c commit 1128bd8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

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+
715
1.12.1
816
------
917

gradle.properties

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

2121
GROUP=dev.zacsweers.redacted
22-
VERSION_NAME=1.13.0-SNAPSHOT
22+
VERSION_NAME=1.13.0
2323
POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
2424
POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
2525
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.13.0-SNAPSHOT
13+
VERSION_NAME=1.13.0
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)