Skip to content

Commit

Permalink
bump version for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Jan 24, 2023
1 parent a351229 commit 0f36d5f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
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.0.2"
version = "1.1.0"
edition = "2021"

[lib]
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## [1.0.0]
- Initial release

## [1.0.1]
- feature: Add support for Postgres 15

## [1.0.2]
- bugfix: Correct inconsistent treatment of null literals

## [1.1.0]
- feature: Add support for Views, Materialized Views, and Foreign Tables
- feature: Add support for filtering on `is null` and `is not null`
- feature: User configurable page size
- bugfix: Remove requirement for `insert` permission on every column for inserts to succeed
- bugfix: `hasNextPage` and `hasPreviousPage` during reverse pagination were backwards
1 change: 1 addition & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nav:
- Example Schema: 'example_schema.md'
- Installation: 'installation.md'
- Contributing: 'contributing.md'
- Changelog: 'changelog.md'

theme:
name: 'material'
Expand Down

0 comments on commit 0f36d5f

Please sign in to comment.