Skip to content

Commit 2d3978c

Browse files
committed
Releasing version 2.3.5.
1 parent 704bf99 commit 2d3978c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

3-
# 2.3.4 (2021-08-27)
3+
## 2.3.5 (2021-10-06)
4+
5+
* Use correct setter name for members in generated factories, see #362.
6+
* Handle the special case of injecting a `Provider<Lazy<Type>>` properly for member injection, see #365.
7+
* Make sure in JVM modules that the configuration `anvilMain` extends `anvil` so that code generators are picked up, see #368.
8+
* Support member injection for super classes, see #343.
9+
* Prefer Kotlin collection types when Java collections are imported through a star import, see #371.
10+
* Upgrade Kotlin to `1.5.31`.
11+
* Upgraded Anvil to Kotlin `1.5.31`.
12+
13+
## 2.3.4 (2021-08-27)
414

515
* Upgraded Anvil to Kotlin `1.5.21`.
616
* Properly inject members when property setters are annotated, see #340.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.anvil
2-
VERSION_NAME=2.3.5-SNAPSHOT
2+
VERSION_NAME=2.3.5
33

44
POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
55
POM_INCEPTION_YEAR=2020

0 commit comments

Comments
 (0)