Skip to content

Commit

Permalink
Releasing v2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Mar 17, 2021
1 parent 251bc2d commit 7be95d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* Upgrade Dagger to `2.32`. Generating factories for assisted injection is no longer compatible with older Dagger versions due to the behavior change in Dagger itself. Make sure to use Dagger version `2.32` or newer in your project, too.
* `@ContributesBinding` has a priority field now for cases where you don't have access to replaced bindings at compile time, see #161.
* Use the mangled function name to generate the factory for a provider method.
* Handle fully qualified names with type parameters for Dagger factories properly, see #198.
* Support classes in the root package and don't crash, see #227.

## 2.1.0 (2021-02-05)

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.1.1-SNAPSHOT
VERSION_NAME=2.2.0

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 7be95d4

Please sign in to comment.