File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
2222}
2323
2424group = " team.yi.rsql"
25- version = " 1.5.3 "
25+ version = " 1.5.6 "
2626description = " Integration RSQL query language and Querydsl framework."
2727
2828java {
You can’t perform that action at this time.
0 commit comments