Skip to content

Commit

Permalink
Prepare for release 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed Apr 28, 2023
1 parent c2f0810 commit 1ad7bc5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down Expand Up @@ -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
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.14.0-SNAPSHOT
VERSION_NAME=1.13.1

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

0 comments on commit 1ad7bc5

Please sign in to comment.