From b62ace689ff705aa922b4bcf340fffe40049eb20 Mon Sep 17 00:00:00 2001 From: Weston Harper Date: Wed, 25 Sep 2024 21:18:23 -0600 Subject: [PATCH] bump version to 1.5.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/changelog.md | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 308e2bd6..beafd649 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,7 +1045,7 @@ dependencies = [ [[package]] name = "pg_graphql" -version = "1.5.7" +version = "1.5.8" dependencies = [ "base64 0.13.1", "bimap", diff --git a/Cargo.toml b/Cargo.toml index a18ac882..4148a6b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_graphql" -version = "1.5.7" +version = "1.5.8" edition = "2021" [lib] diff --git a/docs/changelog.md b/docs/changelog.md index bacd3c49..a609e768 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -88,5 +88,7 @@ - bugfix: UDF argument with a complex default expression was marked as required - bugfix: not null foreign keys referencing tables with RLS are marked as nullable -## master +## 1.5.8 - bugfix: relational query with more than 100 fields fails + +## master