Skip to content

Commit

Permalink
Prepare for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed Feb 20, 2018
1 parent 5d69930 commit e687e14
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Change Log
===
Version 1.0.1 (2018-02-20)
---
Due to what seems to be a bug in kapt the 1.0.0 way of implementing the factory
seems to have some issues. This releases also allows, and recommends, the pre
1.0.0 way of implementing the factory until the kapt issue has been resolved.
If the 1.0.0 way has worked for you it can be used in future releases too.

Changes:
* Fix a bug when using generics with wildcards ([#64](https://github.com/ansman/kotshi/pull/64))
* Allow the pre 1.0 way of implementing the factory ([#63](https://github.com/ansman/kotshi/pull/63))

Version 1.0.0 (2018-02-08)
---
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ not be serialized.
Download
---
```groovy
compile 'se.ansman.kotshi:api:1.0.0' // Use implementation if using Android
kapt 'se.ansman.kotshi:compiler:1.0.0'
compile 'se.ansman.kotshi:api:1.0.1' // Use implementation if using Android
kapt 'se.ansman.kotshi:compiler:1.0.1'
```
Snapshots of the development version are available in [Sonatype's snapshots repository](https://oss.sonatype.org/content/repositories/snapshots/).

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=se.ansman.kotshi
VERSION_NAME=1.1.0-SNAPSHOT
VERSION_NAME=1.0.1

POM_DESCRIPTION=An annotations processor that generates Moshi adapters from Kotlin data classes
POM_PACKAGING = "pom"
Expand Down

0 comments on commit e687e14

Please sign in to comment.