Skip to content

Commit

Permalink
Releasing version 2.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Aug 27, 2021
1 parent 43c856d commit 8cf85bc
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
@@ -1,5 +1,14 @@
# Changelog

# 2.3.4 (2021-08-27)

* Upgraded Anvil to Kotlin `1.5.21`.
* Properly inject members when property setters are annotated, see #340.
* Properly inject members when using assisted injection, see #342.
* Don't generate a singleton factory (object), if the class with the inject constructor has any type parameter, see #348.
* Look for star imports before checking imports from the Kotlin package. Star imports have a higher priority, see #358.
* Handle the special case of injecting a `Provider<Lazy<Type>>` properly, see #344.

## 2.3.3 (2021-06-23)

* Fix a bug in the Gradle plugin that accidentally realized all tasks in the module instead of evaluating them lazily, see #330.
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.3.4-SNAPSHOT
VERSION_NAME=2.3.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 8cf85bc

Please sign in to comment.