diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a2b0d..2117009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.5 + +__2018-10-18__ + +- Fix: fix ArrayIndexOutOfBoundsException issue when need-remove-commit-id count larger than 20 +- Feat: handle the case of only have one root-project(no subprojects) case + ## 0.2.4 __2018-09-10__ diff --git a/README-zh.md b/README-zh.md index 118f8a5..fb86d83 100644 --- a/README-zh.md +++ b/README-zh.md @@ -28,7 +28,7 @@ ```groovy buildscript { dependencies { - classpath 'com.liulishuo.okcheck:gradle:0.2.4' + classpath 'com.liulishuo.okcheck:gradle:0.2.5' } } diff --git a/README.md b/README.md index c6fa07b..f387f00 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ On the `build.gradle` at your root project: ```groovy buildscript { dependencies { - classpath 'com.liulishuo.okcheck:gradle:0.2.4' + classpath 'com.liulishuo.okcheck:gradle:0.2.5' } } diff --git a/gradle.properties b/gradle.properties index da1c07e..d30034c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.liulishuo.okcheck -VERSION_NAME=0.2.5-SNAPSHOT +VERSION_NAME=0.2.5 POM_URL=https://github.com/lingochamp/okcheck ISSUE_URL=https://github.com/lingochamp/okcheck/issues/