Skip to content

Commit 8c8ef69

Browse files
authored
Merge pull request #555 from wesharper/bump/1.5.8
bump version to 1.5.8
2 parents d04b6d5 + b62ace6 commit 8c8ef69

File tree

3 files changed

+5
-3
lines changed

3 files changed

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

66
[lib]

docs/changelog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,7 @@
8888
- bugfix: UDF argument with a complex default expression was marked as required
8989
- bugfix: not null foreign keys referencing tables with RLS are marked as nullable
9090

91-
## master
91+
## 1.5.8
9292
- bugfix: relational query with more than 100 fields fails
93+
94+
## master

0 commit comments

Comments
 (0)