Skip to content

Commit 738c3de

Browse files
committed
Prepare for release 0.3.1.
1 parent ac29efd commit 738c3de

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

4+
0.3.1
5+
-----
6+
7+
_2023-07-22_
8+
9+
- **Fix**: Set required `languageVersionSettings` property in `KspOptions`.
10+
- Update to KSP `1.9.0-1.0.12`.
11+
- Update to Okio `3.4.0`.
12+
413
0.3.0
514
-----
615

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=1.0.0-SNAPSHOT
6+
VERSION_NAME=0.3.1
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)