Skip to content

Commit 1c63279

Browse files
committed
Prepare for release 2.1.0
1 parent e2e7226 commit 1c63279

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

docs/changelog.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,21 @@ Change Log
33

44
## Unreleased
55

6-
* Fix: Support delegates on anonymous classes. (#2034)
7-
* Fix: Prevent aliased imports from colliding with existing imports (#2046)
8-
* Fix: `TypeName.MUTABLE_MAP_ENTRY` now correctly uses the `MutableEntry` nested class name. (#2061)
9-
* Fix: Use the same aliased import for both the nullable and non-nullable versions of a type (#2020 #2021)
10-
* Fix: Allow zero methods in a functional interface if it has a superinterface (#2075)
6+
## Version 2.1.0
7+
8+
Thanks to [@ForteScarlet][ForteScarlet], [@TrevorSStone][TrevorSStone],
9+
[@RaoPrashanth][RaoPrashanth], [@damianw][damianw], [@ansehoon1999][ansehoon1999],
10+
[@TheMrMilchmann][TheMrMilchmann] for contributing to this release.
11+
12+
_2025-02-25_
13+
14+
* New: Kotlin 2.1.10.
15+
* New: KSP 2.1.10-1.0.30.
16+
* Fix: Support delegates on anonymous classes. (#2034)
17+
* Fix: Prevent aliased imports from colliding with existing imports. (#2052)
18+
* Fix: `TypeName.MUTABLE_MAP_ENTRY` now correctly uses the `MutableEntry` nested class name. (#2061)
19+
* Fix: Use the same aliased import for both the nullable and non-nullable versions of a type. (#2068)
20+
* Fix: Allow zero methods in a functional interface if it has a superinterface. (#2075)
1121

1222
## Version 2.0.0
1323

@@ -898,3 +908,8 @@ _2017-05-16_
898908
[tajobe]: https://github.com/tajobe
899909
[niyajali]: https://github.com/niyajali
900910
[ForteScarlet]: https://github.com/ForteScarlet
911+
[TrevorSStone]: https://github.com/TrevorSStone
912+
[RaoPrashanth]: https://github.com/RaoPrashanth
913+
[damianw]: https://github.com/damianw
914+
[ansehoon1999]: https://github.com/ansehoon1999
915+
[TheMrMilchmann]: https://github.com/TheMrMilchmann

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=2.1.0-SNAPSHOT
4+
VERSION_NAME=2.1.0
55

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

0 commit comments

Comments
 (0)