From ed984f96fa689a1a49a5b4d81091a1dc36b36fb7 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Fri, 15 Oct 2021 16:02:11 -0400 Subject: [PATCH] Prepare for release 0.8.3. --- CHANGELOG.md | 12 +++++++++--- gradle.properties | 2 +- redacted-compiler-plugin-gradle/gradle.properties | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4200c566..592e7729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,24 @@ Changelog ========= -0.8.2 +0.8.3 ------------ -_2021-10-12_ +_2021-10-15_ * Support for Kotlin 1.6 (built against `1.6.0-RC`). This release should only be used for testing with Kotlin 1.6 previews. +0.8.2 +------------ + +_2021-10-12_ + +This release was accidentally broken and should not be used! Specifically, the gradle plugin accidentally targeted Java 17. 0.8.1 ------------ -This release was accidentally broken and should not be used! +This release was accidentally broken and should not be used! Specifically, the compiler plugin itself was missing a service file and would not run. 0.8.0 ------------ diff --git a/gradle.properties b/gradle.properties index 795c3e9f..9fbc1630 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ kotlin.daemon.jvmargs=-Xmx1g -Dfile.encoding=UTF-8 \ --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED GROUP=dev.zacsweers.redacted -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=0.8.3 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/ diff --git a/redacted-compiler-plugin-gradle/gradle.properties b/redacted-compiler-plugin-gradle/gradle.properties index 5256eca7..bbf83077 100644 --- a/redacted-compiler-plugin-gradle/gradle.properties +++ b/redacted-compiler-plugin-gradle/gradle.properties @@ -27,7 +27,7 @@ kotlin.daemon.jvmargs=-Xmx1g -Dfile.encoding=UTF-8 \ --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED GROUP=dev.zacsweers.redacted -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=0.8.3 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/