From 1ad7bc5b3ad8ab9af39f141c8f882779d4aede70 Mon Sep 17 00:00:00 2001 From: Egor Andreevici Date: Fri, 28 Apr 2023 12:50:00 +0200 Subject: [PATCH] Prepare for release 1.13.1 --- docs/changelog.md | 11 +++++++++++ gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5935f3e347..3d7601e2ab 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,16 @@ Change Log ========== +## Version 1.13.1 + +_2023-04-28_ + +Thanks to [@rickclephas][rickclephas] for contributing to this release. + + * Fix: Look at canonical names instead of just package names when generating import aliases (#1519). + * Fix: Ignore KSP annotation arguments without a value (#1523). + * Fix: Fix arguments handling in `KSType.toTypeName()` (#1529). + ## Version 1.13.0 _2023-04-06_ @@ -621,3 +631,4 @@ _2017-05-16_ [polarene]: https://github.com/polarene [DeoTimeTheGithubUser]: https://github.com/DeoTimeTheGithubUser [drawers]: https://github.com/drawers + [rickclephas]: https://github.com/rickclephas diff --git a/gradle.properties b/gradle.properties index 53164a6120..7412a7ddfd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs='-Dfile.encoding=UTF-8' GROUP=com.squareup -VERSION_NAME=1.14.0-SNAPSHOT +VERSION_NAME=1.13.1 POM_URL=https://github.com/square/kotlinpoet POM_SCM_URL=https://github.com/square/kotlinpoet