Skip to content

Commit

Permalink
Prepare for release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed Apr 17, 2018
1 parent c6560c3 commit b80a608
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Change Log
===
Version 1.0.3 (2018-04-17)
---
Changes:
* Add Generated annotation to types. ([#71](https://github.com/ansman/kotshi/pull/71))
* Add support for @Transient modifier ([#79](https://github.com/ansman/kotshi/pull/79))
* Update to Kotlin 1.2.31 ([#69](https://github.com/ansman/kotshi/pull/69))
* Fix a bug regarding getter name matching ([#75](https://github.com/ansman/kotshi/pull/75))

Version 1.0.2 (2018-02-28)
---
This version fixes some problems with wildcards when using `Any` or `Object` as
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ not be serialized.
Download
---
```groovy
compile 'se.ansman.kotshi:api:1.0.2' // Use implementation if using Android
kapt 'se.ansman.kotshi:compiler:1.0.2'
compile 'se.ansman.kotshi:api:1.0.3' // Use implementation if using Android
kapt 'se.ansman.kotshi:compiler:1.0.3'
```
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.3

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

0 comments on commit b80a608

Please sign in to comment.