File tree 2 files changed +14
-1
lines changed 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
17
0.5.1
5
18
-----
6
19
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kapt.include.compile.classpath=false
5
5
systemProp.kct.test.useKsp2 =true
6
6
7
7
GROUP =dev.zacsweers.kctfork
8
- VERSION_NAME =1.0.0-SNAPSHOT
8
+ VERSION_NAME =0.6.0
9
9
POM_DESCRIPTION =A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
10
10
POM_INCEPTION_YEAR =2019
11
11
POM_URL =https\://github.com/zacsweers/kotlin-compile-testing
You can’t perform that action at this time.
0 commit comments