diff --git a/demo/java-demo/build.gradle b/demo/java-demo/build.gradle
index de5af73..980be06 100644
--- a/demo/java-demo/build.gradle
+++ b/demo/java-demo/build.gradle
@@ -13,8 +13,8 @@ repositories {
dependencies {
testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
- testImplementation('com.alibaba.testable:testable-all:0.6.0')
- testAnnotationProcessor('com.alibaba.testable:testable-processor:0.6.0')
+ testImplementation('com.alibaba.testable:testable-all:0.6.1')
+ testAnnotationProcessor('com.alibaba.testable:testable-processor:0.6.1')
}
tasks.withType(JavaCompile) {
diff --git a/demo/java-demo/pom.xml b/demo/java-demo/pom.xml
index c41373c..25c7f51 100644
--- a/demo/java-demo/pom.xml
+++ b/demo/java-demo/pom.xml
@@ -12,7 +12,7 @@
1.8
1.8
5.6.2
- 0.6.0
+ 0.6.1
diff --git a/demo/kotlin-demo/build.gradle.kts b/demo/kotlin-demo/build.gradle.kts
index 109f352..6c0119c 100644
--- a/demo/kotlin-demo/build.gradle.kts
+++ b/demo/kotlin-demo/build.gradle.kts
@@ -16,8 +16,8 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
testImplementation("org.junit.jupiter:junit-jupiter:5.6.2")
- testImplementation("com.alibaba.testable:testable-all:0.6.0")
- testAnnotationProcessor("com.alibaba.testable:testable-processor:0.6.0")
+ testImplementation("com.alibaba.testable:testable-all:0.6.1")
+ testAnnotationProcessor("com.alibaba.testable:testable-processor:0.6.1")
}
tasks.withType {
diff --git a/demo/kotlin-demo/pom.xml b/demo/kotlin-demo/pom.xml
index 535b88f..2df1a61 100644
--- a/demo/kotlin-demo/pom.xml
+++ b/demo/kotlin-demo/pom.xml
@@ -14,7 +14,7 @@
1.8
1.8
5.6.2
- 0.6.0
+ 0.6.1
diff --git a/demo/spock-demo/build.gradle b/demo/spock-demo/build.gradle
index 7ebed3d..1468ae0 100644
--- a/demo/spock-demo/build.gradle
+++ b/demo/spock-demo/build.gradle
@@ -14,8 +14,8 @@ repositories {
dependencies {
testImplementation 'org.codehaus.groovy:groovy-all:3.0.7'
testImplementation 'org.spockframework:spock-core:2.0-M5-groovy-3.0'
- testImplementation('com.alibaba.testable:testable-all:0.6.0')
- testAnnotationProcessor('com.alibaba.testable:testable-processor:0.6.0')
+ testImplementation('com.alibaba.testable:testable-all:0.6.1')
+ testAnnotationProcessor('com.alibaba.testable:testable-processor:0.6.1')
}
tasks.withType(JavaCompile) {
diff --git a/demo/spock-demo/pom.xml b/demo/spock-demo/pom.xml
index 00a298c..490699e 100644
--- a/demo/spock-demo/pom.xml
+++ b/demo/spock-demo/pom.xml
@@ -12,7 +12,7 @@
1.8
1.8
1.8
- 0.6.0
+ 0.6.1
diff --git a/docs/en-us/doc/release-note.md b/docs/en-us/doc/release-note.md
index c168f4a..2d77371 100644
--- a/docs/en-us/doc/release-note.md
+++ b/docs/en-us/doc/release-note.md
@@ -1,5 +1,10 @@
# Release Note
+## 0.6.1
+- generate mock scanning log file automatically, for self-troubleshooting
+- fix a `Spock` test frame compatibility issue
+- fix a `Gradle` unit test runtime compatibility issue
+
## 0.6.0
- add `OmniConstructor` and `OmniAccessor` tool for parameter preparation
- fix a `ClassFormatError` caused by incorrect `FRAME FULL` operation
diff --git a/docs/en-us/doc/setup.md b/docs/en-us/doc/setup.md
index 1622ebd..462def1 100644
--- a/docs/en-us/doc/setup.md
+++ b/docs/en-us/doc/setup.md
@@ -16,7 +16,7 @@ It is recommended to add a `property` field that identifies the TestableMock ver
```xml
- 0.6.0
+ 0.6.1
```
@@ -63,8 +63,8 @@ Add dependence of `TestableMock` in `build.gradle` file:
```groovy
dependencies {
- testImplementation('com.alibaba.testable:testable-all:0.6.0')
- testAnnotationProcessor('com.alibaba.testable:testable-processor:0.6.0')
+ testImplementation('com.alibaba.testable:testable-all:0.6.1')
+ testAnnotationProcessor('com.alibaba.testable:testable-processor:0.6.1')
}
```
diff --git a/docs/zh-cn/doc/release-note.md b/docs/zh-cn/doc/release-note.md
index fb66b49..6ace729 100644
--- a/docs/zh-cn/doc/release-note.md
+++ b/docs/zh-cn/doc/release-note.md
@@ -1,5 +1,10 @@
# Release Note
+## 0.6.1
+- 自动生成Mock扫描过程日志文件,便于自助排查问题
+- 修复一处`Spock`测试框架的兼容问题 (issue-121)
+- 修复一处`Gradle`运行单元测试的兼容问题(issue-123)
+
## 0.6.0
- 增加`OmniConstructor`和`OmniAccessor`,支持快速构建方法入参
- 修复一处`FRAME FULL`字节码处理的异常 (issue-117)
diff --git a/docs/zh-cn/doc/setup.md b/docs/zh-cn/doc/setup.md
index 5451a27..7855163 100644
--- a/docs/zh-cn/doc/setup.md
+++ b/docs/zh-cn/doc/setup.md
@@ -16,7 +16,7 @@
```xml
- 0.6.0
+ 0.6.1
```
@@ -63,8 +63,8 @@
```groovy
dependencies {
- testImplementation('com.alibaba.testable:testable-all:0.6.0')
- testAnnotationProcessor('com.alibaba.testable:testable-processor:0.6.0')
+ testImplementation('com.alibaba.testable:testable-all:0.6.1')
+ testAnnotationProcessor('com.alibaba.testable:testable-processor:0.6.1')
}
```
diff --git a/testable-agent/pom.xml b/testable-agent/pom.xml
index 4eea48c..c6464c5 100755
--- a/testable-agent/pom.xml
+++ b/testable-agent/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.testable
testable-parent
- 0.6.0
+ 0.6.1
../testable-parent
testable-agent
diff --git a/testable-all/pom.xml b/testable-all/pom.xml
index 24b41bd..fec0221 100644
--- a/testable-all/pom.xml
+++ b/testable-all/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.testable
testable-parent
- 0.6.0
+ 0.6.1
../testable-parent
testable-all
diff --git a/testable-core/pom.xml b/testable-core/pom.xml
index 175bc2a..18c370b 100644
--- a/testable-core/pom.xml
+++ b/testable-core/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.testable
testable-parent
- 0.6.0
+ 0.6.1
../testable-parent
testable-core
diff --git a/testable-maven-plugin/pom.xml b/testable-maven-plugin/pom.xml
index 94bad29..43741e0 100644
--- a/testable-maven-plugin/pom.xml
+++ b/testable-maven-plugin/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.testable
testable-parent
- 0.6.0
+ 0.6.1
../testable-parent
testable-maven-plugin
diff --git a/testable-parent/pom.xml b/testable-parent/pom.xml
index 6006ca2..d7d6e4f 100644
--- a/testable-parent/pom.xml
+++ b/testable-parent/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.alibaba.testable
testable-parent
- 0.6.0
+ 0.6.1
pom
testable-parent
Unit test enhancement toolkit
@@ -42,7 +42,7 @@
1.6
1.6.8
3.6.0
- 0.6.0
+ 0.6.1
diff --git a/testable-processor/pom.xml b/testable-processor/pom.xml
index e4ad436..f59e106 100644
--- a/testable-processor/pom.xml
+++ b/testable-processor/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.testable
testable-parent
- 0.6.0
+ 0.6.1
../testable-parent
testable-processor