From 78cb39ebaf0e66a484f728cf6ef43417e2bdc25b Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Mon, 3 Jun 2024 12:19:05 +0530 Subject: [PATCH] bump version to 1.5.5 and update changelog --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/changelog.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b1b993f..0e6d74bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1027,7 +1027,7 @@ dependencies = [ [[package]] name = "pg_graphql" -version = "1.5.4" +version = "1.5.5" dependencies = [ "base64 0.13.1", "bimap", diff --git a/Cargo.toml b/Cargo.toml index d9f26e33..e93fcb84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_graphql" -version = "1.5.4" +version = "1.5.5" edition = "2021" [lib] diff --git a/docs/changelog.md b/docs/changelog.md index d38b62c4..76ac03c5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -81,4 +81,7 @@ ## 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 + ## master