Skip to content

Commit e24257f

Browse files
committed
Prepare version 0.10.0
1 parent 9e64914 commit e24257f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Change Log
22

3-
Version 0.10.0 *(In development)*
4-
---------------------------------
3+
Version 0.10.0 *(2017-10-08)*
4+
-----------------------------
5+
6+
- Update JUnit Jacoco Gradle Plugin to 0.9.0 [\#96](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/96) ([vanniktech](https://github.com/vanniktech))
7+
- Generate csv reports [\#95](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/95) ([alexrwegener](https://github.com/alexrwegener))
8+
- Remove deprecated method calls [\#94](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/94) ([vRallev](https://github.com/vRallev))
59

610
Version 0.9.0 *(2017-09-12)*
711
----------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ buildscript {
4646
mavenCentral()
4747
}
4848
dependencies {
49-
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.9.0'
49+
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.10.0'
5050
}
5151
}
5252

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.vanniktech
2-
VERSION_NAME=0.10.0-SNAPSHOT
2+
VERSION_NAME=0.10.0
33

44
POM_ARTIFACT_ID=gradle-android-junit-jacoco-plugin
55
POM_NAME=Gradle Android Jacoco Plugin

0 commit comments

Comments
 (0)