Skip to content

Commit 282bacf

Browse files
committed
chore: release v0.2.2 to cover the case of can't handle the nearest passed commit id is overwrited so incremental failed
1 parent 225a6f8 commit 282bacf

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.2
2+
3+
- Fix(Incremental): save up to 20 pass check commit ids for one branch to solve incremental check can't make sense when the nearest passed id was overwrited by later one
4+
15
## 0.2.1
26

37
__2018-06-10__

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.2.1'
31+
classpath 'com.liulishuo.okcheck:gradle:0.2.2'
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.2.1'
31+
classpath 'com.liulishuo.okcheck:gradle:0.2.2'
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.2-SNAPSHOT
2+
VERSION_NAME=0.2.2
33

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

0 commit comments

Comments
 (0)