Skip to content

Commit

Permalink
Prepare for release 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed Jul 5, 2024
1 parent bf11fed commit c01770a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
23 changes: 15 additions & 8 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ Change Log

## Unreleased

* **Fix**: Don't expand typealiases of function types to `LambdaTypeName`s in `KSTypeReference.toTypeName()`.
* **Fix**: Small double and float values were set to 0.0 in %L translation (#1919)
* **Fix**: Fix typealias type argument resolution in KSP2.
* **Enhancement**: Make enum entry references in `KSAnnotation.toAnnotationSpec()` and `KSClassDeclaration.toClassName()` more robust.
* Migrate `kotlinpoet-metadata` to stable `org.jetbrains.kotlin:kotlin-metadata-jvm` artifact for Metadata parsing.
* Promote `kotlinpoet-metadata` out of preview to stable.
* Update to Kotlin `2.0.0`.
* Update to KSP `2.0.0-1.0.22`.
## Version 1.18.0

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

_2024-07-05_

* New: Kotlin 2.0.0.
* New: KSP 2.0.0-1.0.22.
* New: Promote `kotlinpoet-metadata` out of preview to stable.
* New: Migrate `kotlinpoet-metadata` to stable `org.jetbrains.kotlin:kotlin-metadata-jvm` artifact for Metadata parsing.
* New: Make enum entry references in `KSAnnotation.toAnnotationSpec()` and `KSClassDeclaration.toClassName()` more robust.
* Fix: Don't expand typealiases of function types to `LambdaTypeName`s in `KSTypeReference.toTypeName()`.
* Fix: Avoid rounding small double and float values in `%L` translation (#1927).
* Fix: Fix typealias type argument resolution in KSP2 (#1929).

## Version 1.17.0

Expand Down Expand Up @@ -830,3 +836,4 @@ _2017-05-16_
[hfhbd]: https://github.com/hfhbd
[sgjesse]: https://github.com/sgjesse
[sebek64]: https://github.com/sebek64
[DanielGronau]: https://github.com/DanielGronau
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.18.0-SNAPSHOT
VERSION_NAME=1.18.0

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

0 comments on commit c01770a

Please sign in to comment.