From 7870507590d098a262346986dcf2750238640203 Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Fri, 7 Jun 2024 11:11:35 -0500 Subject: [PATCH 1/2] bump for 1.5.6 release --- Cargo.toml | 2 +- docs/changelog.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e93fcb84..6c8585da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_graphql" -version = "1.5.5" +version = "1.5.6" edition = "2021" [lib] diff --git a/docs/changelog.md b/docs/changelog.md index 76ac03c5..57cd920f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 From 332957cb5628c2c23b74ca9170593b72838c58e7 Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Fri, 7 Jun 2024 11:15:18 -0500 Subject: [PATCH 2/2] inc lockfile --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 0e6d74bd..a994a72e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1027,7 +1027,7 @@ dependencies = [ [[package]] name = "pg_graphql" -version = "1.5.5" +version = "1.5.6" dependencies = [ "base64 0.13.1", "bimap",