Skip to content

Commit 7870507

Browse files
committed
bump for 1.5.6 release
1 parent adeb4c4 commit 7870507

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pg_graphql"
3-
version = "1.5.5"
3+
version = "1.5.6"
44
edition = "2021"
55

66
[lib]

docs/changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
## 1.5.4
8282
- bugfix: once a query panics, all subsequent queries return a lock poisoned error.
8383

84-
## 1.5.5
85-
- feature: add support for filtering on array column types
84+
## 1.5.6
85+
- feature: add support for filtering on array column types using `contains`, `containedBy`, `overlaps`, `is`, `eq`
86+
8687

8788
## master

0 commit comments

Comments
 (0)