Skip to content

Commit

Permalink
release: 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yiteam committed Mar 8, 2022
1 parent f55b103 commit e39ca8b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.5.6 (2022-03-08)

### Code Refactoring

- support covariance for fieldTypeHandler ([f55b1033](https://github.com/ymind/rsql-querydsl/commit/f55b1033e6d4da70339349873d7d8fd1eb06fbd6))


### Chores

- **deps**: bumped spring version to 2.6.4 ([34d16f01](https://github.com/ymind/rsql-querydsl/commit/34d16f01a858d1932e940bf37a9c5f53905e8295))


### Build System

- **gradle**: bumped gradle wrapper version to 7.4 ([ed478227](https://github.com/ymind/rsql-querydsl/commit/ed478227b5832156101b11a75e6ea85d1ba7548b))


## 1.5.3 (2022-02-07)

### Features
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# 更新日志

## 1.5.6 (2022-03-08)

### Code Refactoring

- support covariance for fieldTypeHandler ([f55b1033](https://github.com/ymind/rsql-querydsl/commit/f55b1033e6d4da70339349873d7d8fd1eb06fbd6))


### Chores

- **deps**: bumped spring version to 2.6.4 ([34d16f01](https://github.com/ymind/rsql-querydsl/commit/34d16f01a858d1932e940bf37a9c5f53905e8295))


### Build System

- **gradle**: bumped gradle wrapper version to 7.4 ([ed478227](https://github.com/ymind/rsql-querydsl/commit/ed478227b5832156101b11a75e6ea85d1ba7548b))


## 1.5.3 (2022-02-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

group = "team.yi.rsql"
version = "1.5.3"
version = "1.5.6"
description = "Integration RSQL query language and Querydsl framework."

java {
Expand Down

0 comments on commit e39ca8b

Please sign in to comment.