Skip to content

Commit 57495c2

Browse files
committed
bump version to v1.4.3 for latest bugfixes
1 parent 8389e13 commit 57495c2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pg_graphql"
3-
version = "1.4.2"
3+
version = "1.4.3"
44
edition = "2021"
55

66
[lib]

docs/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@
5454
## 1.4.2
5555
- bugfix: UDF call returned null if the row returned by the function had any null column
5656

57-
## master
57+
## 1.4.3
5858
- bugfix: make non-default args non-null in UDFs
5959
- bugfix: default value of a string type argument in a UDF was wrapped in single quotes
6060
- feature: add support for array types in UDFs
6161
- bugfix: fix crash when there are cycles in fragments
62+
63+
## master

0 commit comments

Comments
 (0)