File tree 3 files changed +35
-1
lines changed
3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
20
## 1.5.3 (2022-02-07)
4
21
5
22
### Features
Original file line number Diff line number Diff line change 1
1
# 更新日志
2
2
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
+
3
20
## 1.5.3 (2022-02-07)
4
21
5
22
### Features
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
22
22
}
23
23
24
24
group = " team.yi.rsql"
25
- version = " 1.5.3 "
25
+ version = " 1.5.6 "
26
26
description = " Integration RSQL query language and Querydsl framework."
27
27
28
28
java {
You can’t perform that action at this time.
0 commit comments