From ad2631c67543e17d5bba49b2c22421da1731e303 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Tue, 1 Aug 2023 23:43:35 -0800 Subject: [PATCH] Prepare for release 0.3.2. --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e6df21..78dcba28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +0.3.2 +----- + +_2023-08-01_ + +- **Fix**: Include KSP-generated Java files in java compilation. This is particularly useful for KSP processors that generate Java code. +- **Enhancement**: Print full diagnostic messages when javac compilation fails, not just the cause. The cause message alone was often not very helpful. + 0.3.1 ----- diff --git a/gradle.properties b/gradle.properties index 6eb19e9e..0689b34a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ kotlin.incremental=false kapt.include.compile.classpath=false GROUP=dev.zacsweers.kctfork -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=0.3.2 POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation. POM_INCEPTION_YEAR=2019 POM_URL=https\://github.com/zacsweers/kotlin-compile-testing