From b86b68e74c8b33d530d44b8876a3375587ff9d87 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Mon, 11 Nov 2024 17:20:31 -0500 Subject: [PATCH] Prepare for release 0.6.0. --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2712e5..81be7d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ Changelog ========= +0.6.0 +----- + +_2024-11-11_ + +- **Enhancement**: Cleanup old sources between compilations. +- Update to Kotlin `2.0.21`. +- Update to KSP `2.0.21-1.0.27`. Note that this is now the minimum version of KSP for KSP2 support. +- Update classgraph to `4.8.177`. +- Update Okio to `3.9.1`. + +Special thanks to [@ansman](https://github.com/ansman) for contributing to this release! + 0.5.1 ----- diff --git a/gradle.properties b/gradle.properties index 3c01daad..664e2dfe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ kapt.include.compile.classpath=false systemProp.kct.test.useKsp2=true GROUP=dev.zacsweers.kctfork -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=0.6.0 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