Skip to content

Commit ab96a8d

Browse files
committed
Prepare for release 2.2.0
1 parent 0410b5d commit ab96a8d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/changelog.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ Change Log
33

44
## Unreleased
55

6+
## Version 2.2.0
7+
68
Thanks to [@IRus][IRus] for contributing to this release.
79

8-
_2025-04-15_
10+
_2025-05-16_
911

10-
* New: Support for Context Parameters (#2094)
12+
* New: Kotlin 2.1.21.
13+
* New: KSP 2.1.21-2.0.1.
14+
* New: Add support for context parameters. (#2112)
15+
* New: Eliminate Guava dependency. (#2110)
16+
* New: Migrate to Dokka plugin V2. (#2113)
1117

1218
## Version 2.1.0
1319

@@ -919,3 +925,4 @@ _2017-05-16_
919925
[damianw]: https://github.com/damianw
920926
[ansehoon1999]: https://github.com/ansehoon1999
921927
[TheMrMilchmann]: https://github.com/TheMrMilchmann
928+
[IRus]: https://github.com/IRus

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
44
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
55

66
GROUP=com.squareup
7-
VERSION_NAME=2.2.0-SNAPSHOT
7+
VERSION_NAME=2.2.0
88

99
POM_URL=https://github.com/square/kotlinpoet
1010
POM_SCM_URL=https://github.com/square/kotlinpoet

0 commit comments

Comments
 (0)