Skip to content

Commit c01770a

Browse files
committed
Prepare for release 1.18.0
1 parent bf11fed commit c01770a

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

docs/changelog.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ Change Log
33

44
## Unreleased
55

6-
* **Fix**: Don't expand typealiases of function types to `LambdaTypeName`s in `KSTypeReference.toTypeName()`.
7-
* **Fix**: Small double and float values were set to 0.0 in %L translation (#1919)
8-
* **Fix**: Fix typealias type argument resolution in KSP2.
9-
* **Enhancement**: Make enum entry references in `KSAnnotation.toAnnotationSpec()` and `KSClassDeclaration.toClassName()` more robust.
10-
* Migrate `kotlinpoet-metadata` to stable `org.jetbrains.kotlin:kotlin-metadata-jvm` artifact for Metadata parsing.
11-
* Promote `kotlinpoet-metadata` out of preview to stable.
12-
* Update to Kotlin `2.0.0`.
13-
* Update to KSP `2.0.0-1.0.22`.
6+
## Version 1.18.0
7+
8+
Thanks to [@DanielGronau][DanielGronau] for contributing to this release.
9+
10+
_2024-07-05_
11+
12+
* New: Kotlin 2.0.0.
13+
* New: KSP 2.0.0-1.0.22.
14+
* New: Promote `kotlinpoet-metadata` out of preview to stable.
15+
* New: Migrate `kotlinpoet-metadata` to stable `org.jetbrains.kotlin:kotlin-metadata-jvm` artifact for Metadata parsing.
16+
* New: Make enum entry references in `KSAnnotation.toAnnotationSpec()` and `KSClassDeclaration.toClassName()` more robust.
17+
* Fix: Don't expand typealiases of function types to `LambdaTypeName`s in `KSTypeReference.toTypeName()`.
18+
* Fix: Avoid rounding small double and float values in `%L` translation (#1927).
19+
* Fix: Fix typealias type argument resolution in KSP2 (#1929).
1420

1521
## Version 1.17.0
1622

@@ -830,3 +836,4 @@ _2017-05-16_
830836
[hfhbd]: https://github.com/hfhbd
831837
[sgjesse]: https://github.com/sgjesse
832838
[sebek64]: https://github.com/sebek64
839+
[DanielGronau]: https://github.com/DanielGronau

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
22

33
GROUP=com.squareup
4-
VERSION_NAME=1.18.0-SNAPSHOT
4+
VERSION_NAME=1.18.0
55

66
POM_URL=https://github.com/square/kotlinpoet
77
POM_SCM_URL=https://github.com/square/kotlinpoet

0 commit comments

Comments
 (0)