Skip to content

Commit

Permalink
Merge pull request #513 from supabase/bump_version
Browse files Browse the repository at this point in the history
bump version to 1.5.3
  • Loading branch information
imor authored Apr 17, 2024
2 parents 45a624f + 2e4d39f commit 02508eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg_graphql"
version = "1.5.2"
version = "1.5.3"
edition = "2021"

[lib]
Expand All @@ -19,7 +19,9 @@ graphql-parser = "0.4"
serde = { version = "1.0", features = ["rc"] }
serde_json = "1.0"
itertools = "0.10.3"
cached = { version = "0.46.0", default-features = false, features = ["proc_macro"] }
cached = { version = "0.46.0", default-features = false, features = [
"proc_macro",
] }
rand = "0.8"
uuid = "1"
base64 = "0.13"
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@
- bugfix: enabled schema based multi-tenancy via filtering SQL context on schema permissions
- bugfix: function arguments with a null default value were required instead of optional

## 1.5.3
- bugfix: computed field returning a composite type was always null

## master

0 comments on commit 02508eb

Please sign in to comment.