Skip to content

Commit

Permalink
Prepare for release 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed Jan 18, 2024
1 parent e4ca2a5 commit 5e70776
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/changelog.md
Expand Up @@ -3,6 +3,19 @@ Change Log

## Unreleased

## Version 1.16.0

Thanks to [@drawers][drawers], [@rickclephas][rickclephas] for contributing to this release.

_2024-01-18_

* New: Kotlin 1.9.22.
* New: KSP 1.9.22-1.0.16.
* New: Add `NameAllocator` API to control keyword pre-allocation (#1803).
* Fix: Fix issue with missing `suspend` modifier in `KSTypeReference.toTypeName` (#1793).
* Fix: Honour same-package import aliases (#1794).
* Fix: Always include parameter docs in the type header (#1800).

## Version 1.15.3

Thanks to [@gabrielittner][gabrielittner] for contributing to this release.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,7 +1,7 @@
org.gradle.jvmargs='-Dfile.encoding=UTF-8'

GROUP=com.squareup
VERSION_NAME=1.16.0-SNAPSHOT
VERSION_NAME=1.16.0

POM_URL=https://github.com/square/kotlinpoet
POM_SCM_URL=https://github.com/square/kotlinpoet
Expand Down

0 comments on commit 5e70776

Please sign in to comment.