Skip to content

Commit 5e70776

Browse files
committed
Prepare for release 1.16.0
1 parent e4ca2a5 commit 5e70776

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ Change Log
33

44
## Unreleased
55

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+
619
## Version 1.15.3
720

821
Thanks to [@gabrielittner][gabrielittner] for contributing to this release.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
22

33
GROUP=com.squareup
4-
VERSION_NAME=1.16.0-SNAPSHOT
4+
VERSION_NAME=1.16.0
55

66
POM_URL=https://github.com/square/kotlinpoet
77
POM_SCM_URL=https://github.com/square/kotlinpoet

0 commit comments

Comments
 (0)