Skip to content

Commit e39ca8b

Browse files
committed
release: 1.5.6
1 parent f55b103 commit e39ca8b

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.5.6 (2022-03-08)
4+
5+
### Code Refactoring
6+
7+
- support covariance for fieldTypeHandler ([f55b1033](https://github.com/ymind/rsql-querydsl/commit/f55b1033e6d4da70339349873d7d8fd1eb06fbd6))
8+
9+
10+
### Chores
11+
12+
- **deps**: bumped spring version to 2.6.4 ([34d16f01](https://github.com/ymind/rsql-querydsl/commit/34d16f01a858d1932e940bf37a9c5f53905e8295))
13+
14+
15+
### Build System
16+
17+
- **gradle**: bumped gradle wrapper version to 7.4 ([ed478227](https://github.com/ymind/rsql-querydsl/commit/ed478227b5832156101b11a75e6ea85d1ba7548b))
18+
19+
320
## 1.5.3 (2022-02-07)
421

522
### Features

CHANGELOG.zh-cn.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# 更新日志
22

3+
## 1.5.6 (2022-03-08)
4+
5+
### Code Refactoring
6+
7+
- support covariance for fieldTypeHandler ([f55b1033](https://github.com/ymind/rsql-querydsl/commit/f55b1033e6d4da70339349873d7d8fd1eb06fbd6))
8+
9+
10+
### Chores
11+
12+
- **deps**: bumped spring version to 2.6.4 ([34d16f01](https://github.com/ymind/rsql-querydsl/commit/34d16f01a858d1932e940bf37a9c5f53905e8295))
13+
14+
15+
### Build System
16+
17+
- **gradle**: bumped gradle wrapper version to 7.4 ([ed478227](https://github.com/ymind/rsql-querydsl/commit/ed478227b5832156101b11a75e6ea85d1ba7548b))
18+
19+
320
## 1.5.3 (2022-02-07)
421

522
### Features

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
group = "team.yi.rsql"
25-
version = "1.5.3"
25+
version = "1.5.6"
2626
description = "Integration RSQL query language and Querydsl framework."
2727

2828
java {

0 commit comments

Comments
 (0)