Skip to content

Commit

Permalink
Prepare for release 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Oct 31, 2023
1 parent b593710 commit eaa9991
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
Changelog
=========

1.7.0
-----

_2023-10-31_

- Update to Kotlin `1.9.20`. This plugin now requires `1.9.20`.

1.6.1
-----

_2023-09-02_

- **Enhancement**: Simplify lookup of `KotlinCompilation`'s `implementation` configuration name in the Gradle plugin when using the default annotation.
- Update to Kotlin `1.9.0`.
- Update to Kotlin `1.9.10`.
- Build against Gradle `8.3`.

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

GROUP=dev.zacsweers.redacted
VERSION_NAME=1.7.0-SNAPSHOT
VERSION_NAME=1.7.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 @@ -3,7 +3,7 @@ POM_ARTIFACT_ID=redacted-compiler-plugin-gradle
POM_PACKAGING=jar

GROUP=dev.zacsweers.redacted
VERSION_NAME=1.7.0-SNAPSHOT
VERSION_NAME=1.7.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 eaa9991

Please sign in to comment.