Skip to content

Commit 20082ea

Browse files
authored
Merge pull request #517 from supabase/bump_version
bump version to 1.5.4 and update changelog
2 parents 6ad51aa + beb2f49 commit 20082ea

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.3"
3+
version = "1.5.4"
44
edition = "2021"
55

66
[lib]

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,7 @@
7878
## 1.5.3
7979
- bugfix: computed field returning a composite type was always null
8080

81+
## 1.5.4
82+
- bugfix: once a query panics, all subsequent queries return a lock poisoned error.
83+
8184
## master

0 commit comments

Comments
 (0)