Skip to content

Commit baa9efb

Browse files
committed
v0.3.0
1 parent 26b99ba commit baa9efb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,17 @@ public void testMultipleInsert() {
216216
<dependency>
217217
<groupId>com.github.naskarlab</groupId>
218218
<artifactId>fluent-query</artifactId>
219-
<version>0.2.0</version>
219+
<version>0.3.0</version>
220220
</dependency>
221221
222222
```
223223

224224

225225
## Releases
226226

227+
### 0.3.0
228+
- MappingValueProvider included for fill entities using unstructured datas.
229+
227230
### 0.2.0
228231
- Use Binder parameters to create caches for queries, inserts, updates and delete sqls.
229232

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.naskar</groupId>
55
<artifactId>fluent-query</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.2.0</version>
7+
<version>0.3.0</version>
88
<name>fluent-query</name>
99
<properties>
1010
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)