Skip to content

Commit 60ff4b3

Browse files
committed
release 0.2.6
1 parent 2773eff commit 60ff4b3

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ More [Usage](doc/usage.md)
9191

9292
Latest Release
9393
--------------
94-
* 0.2.5
94+
* 0.2.6
9595

9696
See [Release Notes](doc/release_notes.md)
9797

@@ -106,9 +106,9 @@ If you don't need to verify database or mongo, just remove the `pandaria-db` or
106106
dependencies {
107107
testCompile(
108108
"io.cucumber:cucumber-junit:4.0.0",
109-
'com.github.jakimli.pandaria:pandaria-core:0.2.5',
110-
'com.github.jakimli.pandaria:pandaria-db:0.2.5',
111-
'com.github.jakimli.pandaria:pandaria-mongo:0.2.5'
109+
'com.github.jakimli.pandaria:pandaria-core:0.2.6',
110+
'com.github.jakimli.pandaria:pandaria-db:0.2.6',
111+
'com.github.jakimli.pandaria:pandaria-mongo:0.2.6'
112112
)
113113
}
114114
```
@@ -119,19 +119,19 @@ dependencies {
119119
<dependency>
120120
<groupId>com.github.jakimli.pandaria</groupId>
121121
<artifactId>pandaria-core</artifactId>
122-
<version>0.2.5</version>
122+
<version>0.2.6</version>
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>
126126
<groupId>com.github.jakimli.pandaria</groupId>
127127
<artifactId>pandaria-db</artifactId>
128-
<version>0.2.5</version>
128+
<version>0.2.6</version>
129129
<scope>test</scope>
130130
</dependency>
131131
<dependency>
132132
<groupId>com.github.jakimli.pandaria</groupId>
133133
<artifactId>pandaria-mongo</artifactId>
134-
<version>0.2.5</version>
134+
<version>0.2.6</version>
135135
<scope>test</scope>
136136
</dependency>
137137
</dependencies>

README_zh.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ SELECT NAME, AGE FROM USERS
9393
dependencies {
9494
testCompile(
9595
"io.cucumber:cucumber-junit:4.0.0",
96-
'com.github.jakimli.pandaria:pandaria-core:0.2.5',
97-
'com.github.jakimli.pandaria:pandaria-db:0.2.5',
98-
'com.github.jakimli.pandaria:pandaria-mongo:0.2.5'
96+
'com.github.jakimli.pandaria:pandaria-core:0.2.6',
97+
'com.github.jakimli.pandaria:pandaria-db:0.2.6',
98+
'com.github.jakimli.pandaria:pandaria-mongo:0.2.6'
9999
)
100100
}
101101
```
@@ -106,19 +106,19 @@ dependencies {
106106
<dependency>
107107
<groupId>com.github.jakimli.pandaria</groupId>
108108
<artifactId>pandaria-core</artifactId>
109-
<version>0.2.5</version>
109+
<version>0.2.6</version>
110110
<scope>test</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>com.github.jakimli.pandaria</groupId>
114114
<artifactId>pandaria-db</artifactId>
115-
<version>0.2.5</version>
115+
<version>0.2.6</version>
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.github.jakimli.pandaria</groupId>
120120
<artifactId>pandaria-mongo</artifactId>
121-
<version>0.2.5</version>
121+
<version>0.2.6</version>
122122
<scope>test</scope>
123123
</dependency>
124124
</dependencies>

doc/release_notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Release 0.2.5 (2018-12-29) Latest
1+
Release 0.2.6 (2019-01-28) Latest
2+
=================================
3+
Issue Fixed
4+
-----------
5+
* Fix json schema verification type checking not working
6+
7+
Release 0.2.5 (2018-12-29)
28
=================================
39

410
Variables

0 commit comments

Comments
 (0)