Skip to content

Commit

Permalink
Prepare fore release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed Jul 25, 2019
1 parent 55e3b64 commit 92b4733
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## Version 0.2.7 (2019-07-25)

Supports: AutoValue 1.6.5

* Add SuppressWarnings for all parameterized types. (#142)
* Emit @Generated annotations (#139)
* Shade autocommon and guava dependencies (#135)
* Update dependencies, fix master, and support incremental processing (#133)

## Version 0.2.6 (2017-12-06)

Supports: AutoValue 1.5.2
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ Since TypeAdapters require a small runtime component, they are optional. To use
your project you'll have to add a compile dependency on the `auto-value-parcel-adapter` artifact.

```groovy
compile 'com.ryanharter.auto.value:auto-value-parcel-adapter:0.2.6'
compile 'com.ryanharter.auto.value:auto-value-parcel-adapter:0.2.7'
```

## Download

Add a Gradle dependency:

```groovy
annotationProcessor 'com.ryanharter.auto.value:auto-value-parcel:0.2.6'
annotationProcessor 'com.ryanharter.auto.value:auto-value-parcel:0.2.7'
// Optionally for TypeAdapter support
compile 'com.ryanharter.auto.value:auto-value-parcel-adapter:0.2.6'
compile 'com.ryanharter.auto.value:auto-value-parcel-adapter:0.2.7'
```

([Migrating](https://bitbucket.org/hvisser/android-apt/wiki/Migration) from `apt` to `annotationProcessor`)
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=com.ryanharter.auto.value
VERSION_NAME=0.2.7-SNAPSHOT
VERSION_NAME=0.2.7

POM_DESCRIPTION=AutoValue extension to add Android Parcelable support

Expand Down

0 comments on commit 92b4733

Please sign in to comment.