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 @@ -3,6 +3,19 @@ Change Log
3
3
4
4
## Unreleased
5
5
6
+ ## Version 1.16.0
7
+
8
+ Thanks to [ @drawers ] [ drawers ] , [ @rickclephas ] [ rickclephas ] for contributing to this release.
9
+
10
+ _ 2024-01-18_
11
+
12
+ * New: Kotlin 1.9.22.
13
+ * New: KSP 1.9.22-1.0.16.
14
+ * New: Add ` NameAllocator ` API to control keyword pre-allocation (#1803 ).
15
+ * Fix: Fix issue with missing ` suspend ` modifier in ` KSTypeReference.toTypeName ` (#1793 ).
16
+ * Fix: Honour same-package import aliases (#1794 ).
17
+ * Fix: Always include parameter docs in the type header (#1800 ).
18
+
6
19
## Version 1.15.3
7
20
8
21
Thanks to [ @gabrielittner ] [ gabrielittner ] for contributing to this release.
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =' -Dfile.encoding=UTF-8'
2
2
3
3
GROUP =com.squareup
4
- VERSION_NAME =1.16.0-SNAPSHOT
4
+ VERSION_NAME =1.16.0
5
5
6
6
POM_URL =https://github.com/square/kotlinpoet
7
7
POM_SCM_URL =https://github.com/square/kotlinpoet
You can’t perform that action at this time.
0 commit comments