Skip to content

Commit 846c6a3

Browse files
committed
Prepare for release 1.9.0.
1 parent ee2515a commit 846c6a3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

7+
1.9.0
8+
-----
9+
10+
_2024-05-22_
11+
712
- Update to Kotlin `2.0.0` (aka K2). This plugin now assumes 2.0, but can be used with Kotlin 1.9.x as well.
813
- Fully implement validation checks in FIR, allowing the plugin to report errors earlier and also (eventually) have errors appear automatically in the IDE.
914
- The IR plugin no longer validates by default.
15+
- At the time of writing, I'm not able to get errors to appear in the IDE even if non-bundled plugins are force-enabled. Follow [KTIJ-29248](https://youtrack.jetbrains.com/issue/KTIJ-29248) for more info.
1016
- The `enabled` compiler option is no longer required and just defaults to true.
1117
- Omit the stdlib from transitive dependencies on the compiler plugin and Gradle plugin artifacts. Both kotlinc and Gradle impose their own versions on the classpath.
1218

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kotlin.compiler.keepIncrementalCompilationCachesInMemory=true
1414
kotlin.compiler.preciseCompilationResultsBackup=true
1515

1616
GROUP=dev.zacsweers.redacted
17-
VERSION_NAME=1.9.0-SNAPSHOT
17+
VERSION_NAME=1.9.0
1818
POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
1919
POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
2020
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
@@ -6,7 +6,7 @@ POM_PACKAGING=jar
66
kotlin.stdlib.default.dependency=false
77

88
GROUP=dev.zacsweers.redacted
9-
VERSION_NAME=1.9.0-SNAPSHOT
9+
VERSION_NAME=1.9.0
1010
POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
1111
POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
1212
POM_SCM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/

0 commit comments

Comments
 (0)