Skip to content

Commit f33e29c

Browse files
committed
Prepare for release 1.10.0.
1 parent 1fca643 commit f33e29c

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.10.0
8+
------
9+
10+
_2024-08-22_
11+
12+
- Update to Kotlin `2.0.20`.
13+
- Build against Gradle `8.10`.
14+
715
1.9.0
816
-----
917

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.10.0-SNAPSHOT
18+
VERSION_NAME=1.10.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.10.0-SNAPSHOT
9+
VERSION_NAME=1.10.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)