Skip to content

Commit

Permalink
Merge pull request #555 from wesharper/bump/1.5.8
Browse files Browse the repository at this point in the history
bump version to 1.5.8
  • Loading branch information
olirice authored Sep 26, 2024
2 parents d04b6d5 + b62ace6 commit 8c8ef69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg_graphql"
version = "1.5.7"
version = "1.5.8"
edition = "2021"

[lib]
Expand Down
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,7 @@
- bugfix: UDF argument with a complex default expression was marked as required
- bugfix: not null foreign keys referencing tables with RLS are marked as nullable

## master
## 1.5.8
- bugfix: relational query with more than 100 fields fails

## master

0 comments on commit 8c8ef69

Please sign in to comment.