Skip to content

Commit f6838e2

Browse files
committed
release: 1.5.3
1 parent e4625c4 commit f6838e2

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

CHANGELOG.md

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

3+
## 1.5.3 (2022-02-07)
4+
5+
### Features
6+
7+
- add PathFactory ([cc35befa](https://github.com/ymind/rsql-querydsl/commit/cc35befa4e2bdbe91597bb816778c2be817623d8))
8+
- allow set from clause when build JPA query ([be9c5475](https://github.com/ymind/rsql-querydsl/commit/be9c54755840ff4839c8c689543214e687e4bdef))
9+
10+
11+
### Code Refactoring
12+
13+
- normalize sort property naming ([dbbe6148](https://github.com/ymind/rsql-querydsl/commit/dbbe614848b1660e19a01feef2be8ca1fac5b748))
14+
- refactor FieldMetadata ([e4625c4c](https://github.com/ymind/rsql-querydsl/commit/e4625c4ccca559c85701da071a1f515c7ff6562c))
15+
16+
17+
### Chores
18+
19+
- code cleanup ([962655f1](https://github.com/ymind/rsql-querydsl/commit/962655f17b8c735242e97167adf9bfe42fb0f849))
20+
- code cleanup ([6a01bdca](https://github.com/ymind/rsql-querydsl/commit/6a01bdca5fa441839741cf8d3124b78a52a8e912))
21+
22+
23+
### Build System
24+
25+
- **gradle/plugin**: bumped com.github.ben-manes.versions version to 0.42.0 ([09292b03](https://github.com/ymind/rsql-querydsl/commit/09292b03f10c655b5bea5f010b2edc1ad35162b2))
26+
27+
328
## 1.3.3 (2022-01-30)
429

530
### Bug Fixes

CHANGELOG.zh-cn.md

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

3+
## 1.5.3 (2022-02-07)
4+
5+
### Features
6+
7+
- add PathFactory ([cc35befa](https://github.com/ymind/rsql-querydsl/commit/cc35befa4e2bdbe91597bb816778c2be817623d8))
8+
- allow set from clause when build JPA query ([be9c5475](https://github.com/ymind/rsql-querydsl/commit/be9c54755840ff4839c8c689543214e687e4bdef))
9+
10+
11+
### Code Refactoring
12+
13+
- normalize sort property naming ([dbbe6148](https://github.com/ymind/rsql-querydsl/commit/dbbe614848b1660e19a01feef2be8ca1fac5b748))
14+
- refactor FieldMetadata ([e4625c4c](https://github.com/ymind/rsql-querydsl/commit/e4625c4ccca559c85701da071a1f515c7ff6562c))
15+
16+
17+
### Chores
18+
19+
- code cleanup ([962655f1](https://github.com/ymind/rsql-querydsl/commit/962655f17b8c735242e97167adf9bfe42fb0f849))
20+
- code cleanup ([6a01bdca](https://github.com/ymind/rsql-querydsl/commit/6a01bdca5fa441839741cf8d3124b78a52a8e912))
21+
22+
23+
### Build System
24+
25+
- **gradle/plugin**: bumped com.github.ben-manes.versions version to 0.42.0 ([09292b03](https://github.com/ymind/rsql-querydsl/commit/09292b03f10c655b5bea5f010b2edc1ad35162b2))
26+
27+
328
## 1.3.3 (2022-01-30)
429

530
### Bug Fixes

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.3.3"
25+
version = "1.5.3"
2626
description = "Integration RSQL query language and Querydsl framework."
2727

2828
java {

0 commit comments

Comments
 (0)