Skip to content

Commit 26e8fcf

Browse files
committed
release: 0.5.5
1 parent 251e3f7 commit 26e8fcf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.5.4 (2020-10-09)
3+
## 0.5.5 (2020-10-09)
44

55
### BREAKING CHANGES
66

@@ -65,6 +65,7 @@
6565
### Documentation
6666

6767
- **changelog**: adjust changelog templates ([e2a191d6](https://github.com/ymind/rsql-querydsl/commit/e2a191d66ae8a183f9eb193a98d0f0afcb92eb44))
68+
- update docs ([251e3f7f](https://github.com/ymind/rsql-querydsl/commit/251e3f7fd4680ffd86885ad7117873af25c06d6c))
6869

6970

7071
### Build System

CHANGELOG.zh-cn.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 更新日志
22

3-
## 0.5.4 (2020-10-09)
3+
## 0.5.5 (2020-10-09)
44

55
### BREAKING CHANGES
66

@@ -65,6 +65,7 @@
6565
### Documentation
6666

6767
- **changelog**: adjust changelog templates ([e2a191d6](https://github.com/ymind/rsql-querydsl/commit/e2a191d66ae8a183f9eb193a98d0f0afcb92eb44))
68+
- update docs ([251e3f7f](https://github.com/ymind/rsql-querydsl/commit/251e3f7fd4680ffd86885ad7117873af25c06d6c))
6869

6970

7071
### Build System

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = "team.yi.rsql"
20-
version = "0.5.4"
20+
version = "0.5.5"
2121
description = "Integration RSQL query language and Querydsl framework."
2222

2323
java {

0 commit comments

Comments
 (0)