Skip to content

Commit

Permalink
Releasing v2.0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Feb 5, 2021
1 parent 3a5e7dd commit 7b6d725
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,11 +2,15 @@

## Next Version

## 2.0.13 (2021-02-04)
## 2.0.14 (2021-02-04)

* Anvil falsely detected provider methods inside of companion objects of interfaces as abstracted, see #187.
* Support nullable parameters for assisted injection properly, see #189.

## 2.0.13 (2021-02-04)

* This release accidentally used a Kotlin preview version.

## 2.0.12 (2021-02-02)

* Support Dagger's assisted injection feature and generate necessary code, see #165.
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.14-SNAPSHOT
VERSION_NAME=2.0.14

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

Please sign in to comment.