From 57495c245471e91756f4b1a80e8bcafbe193a1ee Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Wed, 3 Jan 2024 10:33:15 -0600 Subject: [PATCH] bump version to v1.4.3 for latest bugfixes --- Cargo.toml | 2 +- docs/changelog.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 15c773db..66d02675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_graphql" -version = "1.4.2" +version = "1.4.3" edition = "2021" [lib] diff --git a/docs/changelog.md b/docs/changelog.md index c83a131f..51367baf 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -54,8 +54,10 @@ ## 1.4.2 - bugfix: UDF call returned null if the row returned by the function had any null column -## master +## 1.4.3 - bugfix: make non-default args non-null in UDFs - bugfix: default value of a string type argument in a UDF was wrapped in single quotes - feature: add support for array types in UDFs - bugfix: fix crash when there are cycles in fragments + +## master