Skip to content

Commit 7796fc8

Browse files
committed
Prepare for release 0.11.0.
1 parent b4ed4bc commit 7796fc8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ Changelog
44
**Unreleased**
55
--------------
66

7+
0.11.0
8+
------
9+
10+
_2025-10-05_
11+
712
- **Fix**: Feed generated `.java` files from KSP into the subsequent kotlin compilation.
813
- Build against KSP `2.3.0`.
914

15+
Special thanks to [@martinbirn](https://github.com/martinbirn) for contributing to this release!
16+
1017
0.10.1
1118
------
1219

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin.incremental=false
33
kapt.include.compile.classpath=false
44

55
GROUP=dev.zacsweers.kctfork
6-
VERSION_NAME=0.7.0-SNAPSHOT
6+
VERSION_NAME=0.11.0
77
POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
88
POM_INCEPTION_YEAR=2019
99
POM_URL=https\://github.com/zacsweers/kotlin-compile-testing

0 commit comments

Comments
 (0)