Skip to content

Commit

Permalink
Merge pull request #529 from supabase/or/1.5.6
Browse files Browse the repository at this point in the history
Bump version numbers for 1.5.6
  • Loading branch information
olirice authored Jun 11, 2024
2 parents adeb4c4 + 332957c commit eeafeda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg_graphql"
version = "1.5.5"
version = "1.5.6"
edition = "2021"

[lib]
Expand Down
5 changes: 3 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
## 1.5.4
- bugfix: once a query panics, all subsequent queries return a lock poisoned error.

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


## master

0 comments on commit eeafeda

Please sign in to comment.