Skip to content

Commit 02508eb

Browse files
authored
Merge pull request #513 from supabase/bump_version
bump version to 1.5.3
2 parents 45a624f + 2e4d39f commit 02508eb

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pg_graphql"
3-
version = "1.5.2"
3+
version = "1.5.3"
44
edition = "2021"
55

66
[lib]
@@ -19,7 +19,9 @@ graphql-parser = "0.4"
1919
serde = { version = "1.0", features = ["rc"] }
2020
serde_json = "1.0"
2121
itertools = "0.10.3"
22-
cached = { version = "0.46.0", default-features = false, features = ["proc_macro"] }
22+
cached = { version = "0.46.0", default-features = false, features = [
23+
"proc_macro",
24+
] }
2325
rand = "0.8"
2426
uuid = "1"
2527
base64 = "0.13"

Diff for: docs/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,7 @@
7575
- bugfix: enabled schema based multi-tenancy via filtering SQL context on schema permissions
7676
- bugfix: function arguments with a null default value were required instead of optional
7777

78+
## 1.5.3
79+
- bugfix: computed field returning a composite type was always null
7880

7981
## master

0 commit comments

Comments
 (0)