Skip to content

Commit

Permalink
Releasing v2.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Oct 6, 2020
1 parent d847951 commit 0da9ca4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Next Version

## 2.0.6 (2020-10-06)

* Support constructor injection for classes with bounded types, see #126.
* Print a better error message for Dagger provider methods with implicit return types, see #124.
* Fix another instance of absolute paths as task inputs, see #65.
* Use lazy APIs in the Gradle plugin for task configuration avoidance.
* Handle named imports correctly, see #137.

## 2.0.5 (2020-09-18)

* Support type parameters for @Inject constructors, see #111.
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.6-SNAPSHOT
VERSION_NAME=2.0.6

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 0da9ca4

Please sign in to comment.