Skip to content

Commit 74c1059

Browse files
committed
Prepare for release 1.11.0.
1 parent 9e2f1ad commit 74c1059

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,7 +4,13 @@ Changelog
44
**Unreleased**
55
--------------
66

7+
1.11.0
8+
------
9+
10+
_2024-11-29_
11+
712
- Update to Kotlin `2.1.0`. This plugin now requires `2.1.0` or later.
13+
- Build against Gradle `8.11.1`.
814

915
1.10.0
1016
------

gradle.properties

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

1717
GROUP=dev.zacsweers.redacted
18-
VERSION_NAME=1.11.0-SNAPSHOT
18+
VERSION_NAME=1.11.0
1919
POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
2020
POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
2121
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.11.0-SNAPSHOT
9+
VERSION_NAME=1.11.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)