Skip to content

Commit eeafeda

Browse files
authored
Merge pull request #529 from supabase/or/1.5.6
Bump version numbers for 1.5.6
2 parents adeb4c4 + 332957c commit eeafeda

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)