Skip to content

Commit

Permalink
Prepare for release 1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed Dec 4, 2023
1 parent 4e12295 commit 6e3d289
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Change Log

## Unreleased

## Version 1.15.3

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

_2023-12-04_

* Fix: Fix nullability of lambdas in `KSTypeReference.toTypeName` (#1756).

## Version 1.15.2

Thanks to [@evant][evant] for contributing to this release.
Expand Down Expand Up @@ -761,3 +769,4 @@ _2017-05-16_
[fejesjoco]: https://github.com/fejesjoco
[takahirom]: https://github.com/takahirom
[mcarleio]: https://github.com/mcarleio
[gabrielittner]: https://github.com/gabrielittner
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs='-Dfile.encoding=UTF-8'

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

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

0 comments on commit 6e3d289

Please sign in to comment.