Skip to content

Commit e54272c

Browse files
committed
bump versions for 1.5.7
1 parent 9c41cce commit e54272c

File tree

3 files changed

+6
-3
lines changed

3 files changed

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

66
[lib]

docs/changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,8 @@
8484
## 1.5.6
8585
- feature: add support for filtering on array column types using `contains`, `containedBy`, `overlaps`, `is`, `eq`
8686

87-
## master
87+
## 1.5.7
8888
- bugfix: UDF argument with a complex default expression was marked as required
89+
- bugfix: not null foreign keys referencing tables with RLS are marked as nullable
90+
91+
## master

0 commit comments

Comments
 (0)