Skip to content

Commit

Permalink
Prepare for release 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed Sep 21, 2021
1 parent d5eed92 commit 4d5af78
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.md
@@ -1,6 +1,16 @@
Change Log
==========

## Version 1.10.1

_2021-09-21_

Thanks to [@evant][evant] for contributing to this release.

* Fix: Correct generation of typealiases with type args in KSP interop.
* Fix: Add missing default `TypeParameterResolver.EMPTY` argument to
`fun KSTypeArgument.toTypeName` in KSP interop.

## Version 1.10.0

_2021-09-20_
Expand Down Expand Up @@ -496,3 +506,4 @@ _2017-05-16_
[idanakav]: https://github.com/idanakav
[goooler]: https://github.com/goooler
[anandwana001]: https://github.com/anandwana001
[evant]: https://github.com/evant
4 changes: 2 additions & 2 deletions docs/index.md
Expand Up @@ -1399,14 +1399,14 @@ Download [the latest .jar][dl] or depend via Maven:
<dependency>
<groupId>com.squareup</groupId>
<artifactId>kotlinpoet</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</dependency>
```

or Gradle:

```groovy
implementation("com.squareup:kotlinpoet:1.10.0")
implementation("com.squareup:kotlinpoet:1.10.1")
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,7 +1,7 @@
org.gradle.jvmargs='-Dfile.encoding=UTF-8'

GROUP=com.squareup
VERSION_NAME=1.11.0-SNAPSHOT
VERSION_NAME=1.10.1

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

0 comments on commit 4d5af78

Please sign in to comment.