Skip to content

Commit

Permalink
Releasing v2.0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Dec 29, 2020
1 parent 1bd03e8 commit 7933f1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Next Version

## 2.0.11 (2020-12-28)

* Declare the Dagger Factory generation option as stable.
* Support a mode that only generates Dagger Factories through the `generateDaggerFactoriesOnly` flag, see #164.
* Suppress any deprecation warnings in generated code, see #169.

## 2.0.10 (2020-11-20)

* Upgrade Kotlin to `1.4.20`. Note that this version **no longer works** with Kotlin `1.4.10` or older, see #159.
Expand Down Expand Up @@ -139,4 +145,4 @@
## 1.0.0 (2020-06-16)
* Initial release.
* Initial release.
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.11-SNAPSHOT
VERSION_NAME=2.0.11

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 7933f1f

Please sign in to comment.