Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

Commit

Permalink
👏 release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Nov 10, 2017
1 parent ab3227a commit bf59670
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@

## 更新日志

### v0.2.2

1. 修复 `in` 查询问题
2. 添加单条自定义类型查询
3. 添加查询自定义类型列表
4. SQL关键词大写

### v0.2.0

1. 使用Java8重构
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.16</version>
<scope>compile</scope>
<version>1.16.18</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit bf59670

Please sign in to comment.