Skip to content

Commit bcf6554

Browse files
authored
Merge pull request #522 from supabase/bump_version
bump version to 1.5.5 and update changelog
2 parents 53f0a9d + 78cb39e commit bcf6554

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

66
[lib]

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,7 @@
8181
## 1.5.4
8282
- bugfix: once a query panics, all subsequent queries return a lock poisoned error.
8383

84+
## 1.5.5
85+
- feature: add support for filtering on array column types
86+
8487
## master

0 commit comments

Comments
 (0)