Skip to content

Commit b86b68e

Browse files
committed
Prepare for release 0.6.0.
1 parent c22dc19 commit b86b68e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
0.6.0
5+
-----
6+
7+
_2024-11-11_
8+
9+
- **Enhancement**: Cleanup old sources between compilations.
10+
- Update to Kotlin `2.0.21`.
11+
- Update to KSP `2.0.21-1.0.27`. Note that this is now the minimum version of KSP for KSP2 support.
12+
- Update classgraph to `4.8.177`.
13+
- Update Okio to `3.9.1`.
14+
15+
Special thanks to [@ansman](https://github.com/ansman) for contributing to this release!
16+
417
0.5.1
518
-----
619

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kapt.include.compile.classpath=false
55
systemProp.kct.test.useKsp2=true
66

77
GROUP=dev.zacsweers.kctfork
8-
VERSION_NAME=1.0.0-SNAPSHOT
8+
VERSION_NAME=0.6.0
99
POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
1010
POM_INCEPTION_YEAR=2019
1111
POM_URL=https\://github.com/zacsweers/kotlin-compile-testing

0 commit comments

Comments
 (0)