Skip to content

Commit

Permalink
release: 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ymind committed Jul 6, 2022
1 parent 3a5d57d commit 7fc8e4d
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 1.8.0 (2022-07-06)

### Bug Fixes

- **test**: custom field type handler not work ([a369cb68](https://github.com/ymind/rsql-querydsl/commit/a369cb680a8d0325e5f50186b0569d85efbba0b9))


### Code Refactoring

- remove invokes to RsqlConfig from QuerydslRsql.Builder() ([56bc4618](https://github.com/ymind/rsql-querydsl/commit/56bc46183b891c419a14fbbb3d1b6420d361d54a))
- optimize RsqlConfig ([d41975e4](https://github.com/ymind/rsql-querydsl/commit/d41975e4275519d31ab4bf63e12b1e4507ae727a))
- remove generic type parameter from RsqlConfig ([d8bafcd8](https://github.com/ymind/rsql-querydsl/commit/d8bafcd89027d740b4952a86a00cabd02e76b125))
- remove EntityManager from QuerydslRsql.Builder() ([e6f8d836](https://github.com/ymind/rsql-querydsl/commit/e6f8d836cc3c6bbbbda5169ebb5e60fccc31e693))


### Styles

- code cleanup ([3a5d57d5](https://github.com/ymind/rsql-querydsl/commit/3a5d57d5320f052bbd0465c41f8d2a49db6dd20b))


## 1.6.1 (2022-07-04)

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

## 1.8.0 (2022-07-06)

### Bug Fixes

- **test**: custom field type handler not work ([a369cb68](https://github.com/ymind/rsql-querydsl/commit/a369cb680a8d0325e5f50186b0569d85efbba0b9))


### Code Refactoring

- remove invokes to RsqlConfig from QuerydslRsql.Builder() ([56bc4618](https://github.com/ymind/rsql-querydsl/commit/56bc46183b891c419a14fbbb3d1b6420d361d54a))
- optimize RsqlConfig ([d41975e4](https://github.com/ymind/rsql-querydsl/commit/d41975e4275519d31ab4bf63e12b1e4507ae727a))
- remove generic type parameter from RsqlConfig ([d8bafcd8](https://github.com/ymind/rsql-querydsl/commit/d8bafcd89027d740b4952a86a00cabd02e76b125))
- remove EntityManager from QuerydslRsql.Builder() ([e6f8d836](https://github.com/ymind/rsql-querydsl/commit/e6f8d836cc3c6bbbbda5169ebb5e60fccc31e693))


### Styles

- code cleanup ([3a5d57d5](https://github.com/ymind/rsql-querydsl/commit/3a5d57d5320f052bbd0465c41f8d2a49db6dd20b))


## 1.6.1 (2022-07-04)

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

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

java {
Expand Down

0 comments on commit 7fc8e4d

Please sign in to comment.