Skip to content

Commit

Permalink
Releasing v2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Sep 1, 2020
1 parent 2c0e8a0 commit ef63e0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Next Version

## 2.0.2 (2020-09-01)

* Support using `@ContributesBinding` for objects and generate a `@Provides` rather than a `@Binds` function.
* Allow using Anvil to generate Dagger factories in modules using `@Subcomponent`, see #74
* Reduce the size of the generated bytecode in certain scenarios, see #76
* Stop adding the `@Generated` annotation. This leads to issues on Android where this annotation doesn't exist, see #75
* Support classes starting with a lowercase character, see #80
* Support generic classes using field injection, see #91
* Add missing import for inject constructor factories when the injected type is an inner class, see #79

## 2.0.1 (2020-08-27)

* Throw a compilation error when a `@ContributesBinding` annotation binds a generic type.
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.anvil
VERSION_NAME=2.0.2-SNAPSHOT
VERSION_NAME=2.0.2

POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
POM_INCEPTION_YEAR=2020
Expand Down

0 comments on commit ef63e0c

Please sign in to comment.