Skip to content

Commit 73d66c8

Browse files
committed
Releasing v1.0.4.
1 parent 20345bb commit 73d66c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Next Version
44

5+
## 1.0.4 (2020-07-24)
6+
57
* Ensure that types cannot be included and excluded at the same time, which leads to unexpected results.
8+
* Fix a classpath issue in the Gradle plugin when using the new plugin syntax #31.
69

710
## 1.0.3-1.4-M3 (2020-07-17)
811

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.hephaestus
2-
VERSION_NAME=1.0.4-SNAPSHOT
2+
VERSION_NAME=1.0.4
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)