Skip to content

Commit 78cb39e

Browse files
committed
bump version to 1.5.5 and update changelog
1 parent 53f0a9d commit 78cb39e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.lock

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

Cargo.toml

+1-1
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

+3
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)