Skip to content

Commit 6e3d289

Browse files
committed
Prepare for release 1.15.3
1 parent 4e12295 commit 6e3d289

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.md

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

44
## Unreleased
55

6+
## Version 1.15.3
7+
8+
Thanks to [@gabrielittner][gabrielittner] for contributing to this release.
9+
10+
_2023-12-04_
11+
12+
* Fix: Fix nullability of lambdas in `KSTypeReference.toTypeName` (#1756).
13+
614
## Version 1.15.2
715

816
Thanks to [@evant][evant] for contributing to this release.
@@ -761,3 +769,4 @@ _2017-05-16_
761769
[fejesjoco]: https://github.com/fejesjoco
762770
[takahirom]: https://github.com/takahirom
763771
[mcarleio]: https://github.com/mcarleio
772+
[gabrielittner]: https://github.com/gabrielittner

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.15.3
55

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

0 commit comments

Comments
 (0)