Skip to content

Commit

Permalink
New version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Dec 4, 2024
1 parent 7a5a372 commit 5a6d7cc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
20 changes: 10 additions & 10 deletions 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,7 +1,7 @@
[workspace]
resolver = "2"

package.version = "1.2.0"
package.version = "1.3.0"
package.edition = "2021"
package.license = "Apache-2.0"

Expand Down
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

### Fixed

## [v1.3.0] - 2024-12-04

### Fixed

- Predicates in relationships using in ordering (usually supplied by the engine's permission system) would fail to join the related tables correctly if the predicate was null.
[#655](https://github.com/hasura/ndc-postgres/pull/655)

Expand Down Expand Up @@ -367,7 +371,8 @@ Initial release.

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.3.0...HEAD
[v1.3.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.3.0
[v1.2.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.2.0
[v1.1.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.2
[v1.1.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.1
Expand Down

0 comments on commit 5a6d7cc

Please sign in to comment.