Skip to content

Commit

Permalink
Prepare for release 1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Nov 29, 2024
1 parent 9e2f1ad commit 74c1059
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Changelog
**Unreleased**
--------------

1.11.0
------

_2024-11-29_

- Update to Kotlin `2.1.0`. This plugin now requires `2.1.0` or later.
- Build against Gradle `8.11.1`.

1.10.0
------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kotlin.compiler.keepIncrementalCompilationCachesInMemory=true
kotlin.compiler.preciseCompilationResultsBackup=true

GROUP=dev.zacsweers.redacted
VERSION_NAME=1.11.0-SNAPSHOT
VERSION_NAME=1.11.0
POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
POM_SCM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
Expand Down
2 changes: 1 addition & 1 deletion redacted-compiler-plugin-gradle/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ POM_PACKAGING=jar
kotlin.stdlib.default.dependency=false

GROUP=dev.zacsweers.redacted
VERSION_NAME=1.11.0-SNAPSHOT
VERSION_NAME=1.11.0
POM_DESCRIPTION=A Kotlin compiler plugin that generates redacted toString() implementations.
POM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
POM_SCM_URL=https://github.com/ZacSweers/redacted-compiler-plugin/
Expand Down

0 comments on commit 74c1059

Please sign in to comment.