Skip to content

Commit

Permalink
Prepare for release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed Feb 25, 2025
1 parent e2e7226 commit 1c63279
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
25 changes: 20 additions & 5 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,21 @@ Change Log

## Unreleased

* Fix: Support delegates on anonymous classes. (#2034)
* Fix: Prevent aliased imports from colliding with existing imports (#2046)
* Fix: `TypeName.MUTABLE_MAP_ENTRY` now correctly uses the `MutableEntry` nested class name. (#2061)
* Fix: Use the same aliased import for both the nullable and non-nullable versions of a type (#2020 #2021)
* Fix: Allow zero methods in a functional interface if it has a superinterface (#2075)
## Version 2.1.0

Thanks to [@ForteScarlet][ForteScarlet], [@TrevorSStone][TrevorSStone],
[@RaoPrashanth][RaoPrashanth], [@damianw][damianw], [@ansehoon1999][ansehoon1999],
[@TheMrMilchmann][TheMrMilchmann] for contributing to this release.

_2025-02-25_

* New: Kotlin 2.1.10.
* New: KSP 2.1.10-1.0.30.
* Fix: Support delegates on anonymous classes. (#2034)
* Fix: Prevent aliased imports from colliding with existing imports. (#2052)
* Fix: `TypeName.MUTABLE_MAP_ENTRY` now correctly uses the `MutableEntry` nested class name. (#2061)
* Fix: Use the same aliased import for both the nullable and non-nullable versions of a type. (#2068)
* Fix: Allow zero methods in a functional interface if it has a superinterface. (#2075)

## Version 2.0.0

Expand Down Expand Up @@ -898,3 +908,8 @@ _2017-05-16_
[tajobe]: https://github.com/tajobe
[niyajali]: https://github.com/niyajali
[ForteScarlet]: https://github.com/ForteScarlet
[TrevorSStone]: https://github.com/TrevorSStone
[RaoPrashanth]: https://github.com/RaoPrashanth
[damianw]: https://github.com/damianw
[ansehoon1999]: https://github.com/ansehoon1999
[TheMrMilchmann]: https://github.com/TheMrMilchmann
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=2.1.0-SNAPSHOT
VERSION_NAME=2.1.0

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

0 comments on commit 1c63279

Please sign in to comment.