Skip to content

Commit

Permalink
Merge pull request #517 from supabase/bump_version
Browse files Browse the repository at this point in the history
bump version to 1.5.4 and update changelog
  • Loading branch information
imor authored Apr 29, 2024
2 parents 6ad51aa + beb2f49 commit 20082ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.

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

[lib]
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,7 @@
## 1.5.3
- bugfix: computed field returning a composite type was always null

## 1.5.4
- bugfix: once a query panics, all subsequent queries return a lock poisoned error.

## master

0 comments on commit 20082ea

Please sign in to comment.