Skip to content

Commit

Permalink
Prepare for release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed Jun 13, 2022
1 parent 3300767 commit c0116f9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions docs/changelog.md
@@ -1,6 +1,28 @@
Change Log
==========

## Version 1.12.0

_2022-06-13_

Thanks to [@WhosNickDoglio][WhosNickDoglio], [@sullis][sullis], [@DRSchlaubi][DRSchlaubi],
[@martinbonnin][martinbonnin], [@seriouslyhypersonic][seriouslyhypersonic], [@ephemient][ephemient],
[@dkilmer][dkilmer], [@aksh1618][aksh1618], [@zsqw123][zsqw123], [@roihershberg][roihershberg] for
contributing to this release.

* New: Kotlin 1.7.0.
* New: Add support for context receivers.
* New: Add support for external property getter.
* New: `interop-ksp` API promoted to stable.
* Fix: Resolve enum constants when emitting types.
* Fix: Fix type argument mapping when processing typealiases with KSP.
* Fix: Properly unwrap `KSTypeAlias` with an unused type parameter.
* Fix: Unwrap nested `KSTypeAlias`-es recursively.
* Fix: Add support for context receivers `@PropertySpec` and fix issues with annotations.
* Fix: Treat `header` and `impl` as keywords (workaround for KT-52315).
* Fix: Use `%N` instead of `%L` for annotation arg names so keywords are handled.
* Fix: Improve handling of long `return` expressions.

## Version 1.11.0

_2022-03-24_
Expand Down Expand Up @@ -555,3 +577,12 @@ _2017-05-16_
[glureau]: https://github.com/glureau
[liujingxing]: https://github.com/liujingxing
[BoD]: https://github.com/BoD
[WhosNickDoglio]: https://github.com/WhosNickDoglio
[sullis]: https://github.com/sullis
[DRSchlaubi]: https://github.com/DRSchlaubi
[seriouslyhypersonic]: https://github.com/seriouslyhypersonic
[ephemient]: https://github.com/ephemient
[dkilmer]: https://github.com/dkilmer
[aksh1618]: https://github.com/aksh1618
[zsqw123]: https://github.com/zsqw123
[roihershberg]: https://github.com/roihershberg
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,7 +1,7 @@
org.gradle.jvmargs='-Dfile.encoding=UTF-8'

GROUP=com.squareup
VERSION_NAME=1.12.0-SNAPSHOT
VERSION_NAME=1.12.0

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

0 comments on commit c0116f9

Please sign in to comment.