Skip to content

Commit 6f48719

Browse files
committed
chore: release 0.2.0
1 parent 5054e55 commit 6f48719

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.2.0
2+
3+
__2018-06-04__
4+
5+
- Fix: fix no file analysis issue for okFindbugs because of path case sensitive
6+
- Fix: fix move failed which tests already exists when need to move tests folder to target path
7+
- Feat: support customize whether need to report xml on findbugs<Paste>
8+
19
## 0.1.9
210

311
__2018-06-02__

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
```groovy
2929
buildscript {
3030
dependencies {
31-
classpath 'com.liulishuo.okcheck:gradle:0.1.9'
31+
classpath 'com.liulishuo.okcheck:gradle:0.2.0'
3232
}
3333
}
3434

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ On the `build.gradle` at your root project:
2828
```groovy
2929
buildscript {
3030
dependencies {
31-
classpath 'com.liulishuo.okcheck:gradle:0.1.9'
31+
classpath 'com.liulishuo.okcheck:gradle:0.2.0'
3232
}
3333
}
3434

gradle.properties

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

44
POM_URL=https://github.com/lingochamp/okcheck
55
ISSUE_URL=https://github.com/lingochamp/okcheck/issues/

0 commit comments

Comments
 (0)