We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3458c5d commit 3ef169fCopy full SHA for 3ef169f
docs/changelog.md
@@ -3,6 +3,13 @@ Change Log
3
4
## Unreleased
5
6
+## Version 1.15.1
7
+
8
+_2023-11-19_
9
10
+ * Fix: Fix a regression introduced by #1637, where a superfluous newline is added to a type's KDoc
11
+ if it has a primary constructor with no docs (#1727).
12
13
## Version 1.15.0
14
15
_2023-11-18_
gradle.properties
@@ -1,7 +1,7 @@
1
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
2
GROUP=com.squareup
-VERSION_NAME=1.16.0-SNAPSHOT
+VERSION_NAME=1.15.1
POM_URL=https://github.com/square/kotlinpoet
POM_SCM_URL=https://github.com/square/kotlinpoet
0 commit comments