Skip to content

Commit

Permalink
ci(release): release 0.2.5 to handle the case of only one root-projec…
Browse files Browse the repository at this point in the history
…t and outOfBound issue on maintain commitId
  • Loading branch information
Jacksgong committed Oct 18, 2018
1 parent 9b6e587 commit 36f7dd0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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__
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
```groovy
buildscript {
dependencies {
classpath 'com.liulishuo.okcheck:gradle:0.2.4'
classpath 'com.liulishuo.okcheck:gradle:0.2.5'
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
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.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/
Expand Down

0 comments on commit 36f7dd0

Please sign in to comment.