Skip to content

Commit 3ef169f

Browse files
committed
Prepare for release 1.15.1
1 parent 3458c5d commit 3ef169f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Change Log
33

44
## Unreleased
55

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+
613
## Version 1.15.0
714

815
_2023-11-18_

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

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

0 commit comments

Comments
 (0)