Skip to content

Commit 8386822

Browse files
committed
Prepare for release 1.12.1.
1 parent a1a40e9 commit 8386822

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

7+
1.12.1
8+
------
9+
10+
_2025-02-22_
11+
712
- **Fix**: Fix CLI parsing for multiple custom annotations. Note that while the previous version was broken, it would have _also_ failed compilation so there shouldn't be a chance that broken redactions would have made it into a production build.
813
- Update to Kotlin `2.1.10`.
914
- Build against Gradle `8.12.1`.

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.12.1
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.12.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)