Skip to content

Commit

Permalink
release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JakimLi committed Jan 28, 2019
1 parent 2773eff commit 60ff4b3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ More [Usage](doc/usage.md)

Latest Release
--------------
* 0.2.5
* 0.2.6

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

Expand All @@ -106,9 +106,9 @@ If you don't need to verify database or mongo, just remove the `pandaria-db` or
dependencies {
testCompile(
"io.cucumber:cucumber-junit:4.0.0",
'com.github.jakimli.pandaria:pandaria-core:0.2.5',
'com.github.jakimli.pandaria:pandaria-db:0.2.5',
'com.github.jakimli.pandaria:pandaria-mongo:0.2.5'
'com.github.jakimli.pandaria:pandaria-core:0.2.6',
'com.github.jakimli.pandaria:pandaria-db:0.2.6',
'com.github.jakimli.pandaria:pandaria-mongo:0.2.6'
)
}
```
Expand All @@ -119,19 +119,19 @@ dependencies {
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-core</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-db</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-mongo</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ SELECT NAME, AGE FROM USERS
dependencies {
testCompile(
"io.cucumber:cucumber-junit:4.0.0",
'com.github.jakimli.pandaria:pandaria-core:0.2.5',
'com.github.jakimli.pandaria:pandaria-db:0.2.5',
'com.github.jakimli.pandaria:pandaria-mongo:0.2.5'
'com.github.jakimli.pandaria:pandaria-core:0.2.6',
'com.github.jakimli.pandaria:pandaria-db:0.2.6',
'com.github.jakimli.pandaria:pandaria-mongo:0.2.6'
)
}
```
Expand All @@ -106,19 +106,19 @@ dependencies {
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-core</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-db</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-mongo</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 7 additions & 1 deletion doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Release 0.2.5 (2018-12-29) Latest
Release 0.2.6 (2019-01-28) Latest
=================================
Issue Fixed
-----------
* Fix json schema verification type checking not working

Release 0.2.5 (2018-12-29)
=================================

Variables
Expand Down

0 comments on commit 60ff4b3

Please sign in to comment.