Skip to content

Commit

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

## Next Version

## 2.0.4 (2020-09-18)

* Support type parameters for @Inject constructors, see #111.
* Handle named imports properly, see #115.
* Fix a bug for Gradle's experimental configuration caching feature, see #113.
* Implement an extension for the new Kotlin IR backend. This extension will ship with Kotlin 1.4.20, see #11.
* Build the project and run tests in CI with JDK 11.
* Preserve variance keywords when generating factory classes, see #120.

## 2.0.3 (2020-09-08)

* Support classes with multiple generic parameters for field injection, see #91.
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.4-SNAPSHOT
VERSION_NAME=2.0.4

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 3140bb7

Please sign in to comment.