File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,17 @@ Change Log
3
3
4
4
## Unreleased
5
5
6
+ ## Version 2.2.0
7
+
6
8
Thanks to [ @IRus ] [ IRus ] for contributing to this release.
7
9
8
- _ 2025-04-15 _
10
+ _ 2025-05-16 _
9
11
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 )
11
17
12
18
## Version 2.1.0
13
19
@@ -919,3 +925,4 @@ _2017-05-16_
919
925
[damianw]: https: // github.com/damianw
920
926
[ansehoon1999]: https: // github.com/ansehoon1999
921
927
[TheMrMilchmann ]: https: // github.com/TheMrMilchmann
928
+ [IRus ]: https: // github.com/IRus
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
4
4
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
5
5
6
6
GROUP =com.squareup
7
- VERSION_NAME =2.2.0-SNAPSHOT
7
+ VERSION_NAME =2.2.0
8
8
9
9
POM_URL =https://github.com/square/kotlinpoet
10
10
POM_SCM_URL =https://github.com/square/kotlinpoet
You can’t perform that action at this time.
0 commit comments