Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Prepare version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 20, 2018
1 parent c254cb0 commit 3948efc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 0.3.1 *(2018-11-19)*
----------------------------

* Fix: Honor abstract factory methods which come from supertypes / superinterfaces.
* Fix: Support generic use in factory parameters and return type.


Version 0.3.0 *(2018-10-16)*
----------------------------

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ Download
--------

```groovy
compileOnly 'com.squareup.inject:assisted-inject-annotations:0.3.0'
annotationProcessor 'com.squareup.inject:assisted-inject-processor:0.3.0'
compileOnly 'com.squareup.inject:assisted-inject-annotations:0.3.1'
annotationProcessor 'com.squareup.inject:assisted-inject-processor:0.3.1'
```

With Dagger 2:

```groovy
compileOnly 'com.squareup.inject:assisted-inject-annotations-dagger2:0.3.0'
annotationProcessor 'com.squareup.inject:assisted-inject-processor-dagger2:0.3.0'
compileOnly 'com.squareup.inject:assisted-inject-annotations-dagger2:0.3.1'
annotationProcessor 'com.squareup.inject:assisted-inject-processor-dagger2:0.3.1'
```


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.squareup.inject
VERSION_NAME=0.3.1-SNAPSHOT
VERSION_NAME=0.3.1

POM_DESCRIPTION=Assisted injection for JSR 330

Expand Down

0 comments on commit 3948efc

Please sign in to comment.