Skip to content

Commit dabc0bb

Browse files
committed
Releasing v1.0.6.
1 parent a124f22 commit dabc0bb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
## Next Version
44

5+
## 1.0.6 (2020-07-29)
6+
57
* Add the annotation artifact as an `implementation` dependency instead of `api` #40.
68
* Remove the strong dependency on the Android Gradle Plugin and allow Anvil to be used in pure JVM modules #39.
79

10+
**Note:** This version is compatible with Kotlin `1.3.72` and `1.4.0-rc`. The [bug](https://youtrack.jetbrains.com/issue/KT-40214) that required special builds for the 1.4 milestone releases was fixed.
11+
812
## 1.0.5-1.4-M3 (2020-07-24)
913

1014
* Renamed the project from Hephaestus to Anvil #12. **IMPORTANT:** Anvil is not compatible with Hephaestus and you must upgrade the plugin in all of your libraries. The artifact coordinates changed, too.

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=1.0.6-SNAPSHOT
2+
VERSION_NAME=1.0.6
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)