aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Andreevich <egor@squareup.com>2024-01-18 12:12:46 +0100
committerEgor Andreevich <egor@squareup.com>2024-01-18 12:12:46 +0100
commit5e7077661b04fbf011ac5d71c955b9292e940460 (patch)
tree8dbc49d16168affa6d1c4dee2c85f05630b603ac
parente4ca2a51b0039c6aa53e6f203d4f8066732b3825 (diff)
downloadkotlinpoet-5e7077661b04fbf011ac5d71c955b9292e940460.tar.gz
Prepare for release 1.16.0
-rw-r--r--docs/changelog.md13
-rw-r--r--gradle.properties2
2 files changed, 14 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 6b1cc4e2..8f971fe3 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -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.
diff --git a/gradle.properties b/gradle.properties
index 47d0eae2..5ee29f62 100644
--- a/gradle.properties
+++ b/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