Skip to content

Commit

Permalink
Prepare version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Dec 10, 2017
1 parent a1f04df commit 046e75c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Change Log

Version 0.11.0 *(In development)*
---------------------------------
Version 0.11.0 *(2017-12-10)*
-----------------------------

- Only include main sources in the classes directory for Java projects. [\#105](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/105) ([vanniktech](https://github.com/vanniktech))
- Allow ignoring the module path and name [\#103](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/103) ([vRallev](https://github.com/vRallev))
- Ignore classes generated by the android-state library [\#102](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/102) ([vRallev](https://github.com/vRallev))
- Add correct Kotlin class path [\#101](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/101) ([vRallev](https://github.com/vRallev))
- Update Android License hash. [\#98](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/98) ([vanniktech](https://github.com/vanniktech))
- Update plugin-publish-plugin [\#97](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/97) ([timyates](https://github.com/timyates))

Version 0.10.0 *(2017-10-08)*
-----------------------------
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ Works with the latest Gradle Android Tools version 2.3.3. This plugin is compile

```groovy
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.10.0'
}
repositories {
mavenCentral()
}
dependencies {
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.11.0'
}
}
apply plugin: 'com.vanniktech.android.junit.jacoco'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.vanniktech
VERSION_NAME=0.11.0-SNAPSHOT
VERSION_NAME=0.11.0

POM_ARTIFACT_ID=gradle-android-junit-jacoco-plugin
POM_NAME=Gradle Android Jacoco Plugin
Expand Down

0 comments on commit 046e75c

Please sign in to comment.