Skip to content

Commit

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

## Next Version

## 2.0.4 (2020-09-18)
## 2.0.5 (2020-09-18)

* Support type parameters for @Inject constructors, see #111.
* Handle named imports properly, see #115.
Expand All @@ -11,6 +11,10 @@
* Build the project and run tests in CI with JDK 11.
* Preserve variance keywords when generating factory classes, see #120.

## 2.0.4 (2020-09-18)

* Ignore, this release was built with Kotlin 1.4.20 accidentally.

## 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.5-SNAPSHOT
VERSION_NAME=2.0.5

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 6755958

Please sign in to comment.