Skip to content

Commit

Permalink
Prepare for release 1.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 23, 2024
1 parent 1fca643 commit f33e29c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Changelog
**Unreleased**
--------------

1.10.0
------

_2024-08-22_

- Update to Kotlin `2.0.20`.
- Build against Gradle `8.10`.

1.9.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.10.0-SNAPSHOT
VERSION_NAME=1.10.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.10.0-SNAPSHOT
VERSION_NAME=1.10.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 f33e29c

Please sign in to comment.