Skip to content

Commit 0b195ed

Browse files
committed
upgrade to 0.2.2 [skip ci]
1 parent 2fcb43d commit 0b195ed

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

README.md

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

9090
Latest Release
9191
--------------
92-
* 0.2.1
92+
* 0.2.2
9393

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

@@ -104,9 +104,9 @@ If you don't need to verify database or mongo, just remove the `pandaria-db` or
104104
dependencies {
105105
testCompile(
106106
"io.cucumber:cucumber-junit:4.0.0",
107-
'com.github.jakimli.pandaria:pandaria-core:0.2.1',
108-
'com.github.jakimli.pandaria:pandaria-db:0.2.1',
109-
'com.github.jakimli.pandaria:pandaria-mongo:0.2.1'
107+
'com.github.jakimli.pandaria:pandaria-core:0.2.2',
108+
'com.github.jakimli.pandaria:pandaria-db:0.2.2',
109+
'com.github.jakimli.pandaria:pandaria-mongo:0.2.2'
110110
)
111111
}
112112
```
@@ -117,19 +117,19 @@ dependencies {
117117
<dependency>
118118
<groupId>com.github.jakimli.pandaria</groupId>
119119
<artifactId>pandaria-core</artifactId>
120-
<version>0.2.1</version>
120+
<version>0.2.2</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.github.jakimli.pandaria</groupId>
125125
<artifactId>pandaria-db</artifactId>
126-
<version>0.2.1</version>
126+
<version>0.2.2</version>
127127
<scope>test</scope>
128128
</dependency>
129129
<dependency>
130130
<groupId>com.github.jakimli.pandaria</groupId>
131131
<artifactId>pandaria-mongo</artifactId>
132-
<version>0.2.1</version>
132+
<version>0.2.2</version>
133133
<scope>test</scope>
134134
</dependency>
135135
</dependencies>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'java'
33

44
allprojects {
55
group = 'com.github.jakimli.pandaria'
6-
version = '0.2.1'
6+
version = '0.2.2'
77
}
88

99
allprojects {

doc/release_notes.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
Relase 0.2.1 (2018-10-24) Latest
1+
Relase 0.2.2 (2018-11-2) Latest
2+
================================
3+
Feature Configuration
4+
---------------------
5+
* faker locale
6+
7+
Variables
8+
---------
9+
* Use Faker to generate fake data
10+
11+
Relase 0.2.1 (2018-10-24)
212
================================
313
Variables
414
---------

0 commit comments

Comments
 (0)