Skip to content

Commit 57d7754

Browse files
committed
Releasing v2.3.1.
1 parent 076e5e5 commit 57d7754

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.3.1 (2021-06-09)
4+
5+
* Ignore replaced bindings/modules from excluded bindings/modules, see #302.
6+
* Create separate Anvil configurations for each build type, see #307.
7+
* Introduce a new VariantFilter for the Gradle extension. This API allows you to enable and disable Anvil for specific variants. Allow to override `generateDaggerFactories`, `generateDaggerFactoriesOnly` and `disableComponentMerging` through the variant filter, see #100.
8+
39
## 2.3.0 (2021-06-02)
410

511
* Add option to extend Anvil with your own `CodeGenerator`, see [here](README.md#extending-anvil) and #265.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.anvil
2-
VERSION_NAME=2.3.1-SNAPSHOT
2+
VERSION_NAME=2.3.1
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)