Skip to content

Commit 6702daf

Browse files
committed
Releasing v1.0.4-1.4-M3.
1 parent 73d66c8 commit 6702daf

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Next Version
44

5+
## 1.0.4-1.4-M3 (2020-07-24)
6+
7+
* 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.
9+
* Same as `1.0.4`, only built with Kotlin 1.4-M3.
10+
511
## 1.0.4 (2020-07-24)
612

713
* Ensure that types cannot be included and excluded at the same time, which leads to unexpected results.

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
2+
VERSION_NAME=1.0.4-1.4-M3
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)