Skip to content

Commit

Permalink
Release ndc-postgres v1.0.1 (#548)
Browse files Browse the repository at this point in the history
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

Bump the ndc-postgres `v1.0.0` -> `v1.0.1`
<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->

<!-- Consider: do we need to add a changelog entry? -->
  • Loading branch information
rakeshkky authored Jul 24, 2024
1 parent 8388cf9 commit e2fd651
Show file tree
Hide file tree
Showing 3 changed files with 24 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.0.0"
package.version = "1.0.1"
package.edition = "2021"
package.license = "Apache-2.0"

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

### Fixed

## [v1.0.1]

### Added

- Support network_supeq and network_subeq by default.
[#541](https://github.com/hasura/ndc-postgres/pull/541)

### Changed

### Fixed

- Generate the comparison operator `_neq`.
[#540](https://github.com/hasura/ndc-postgres/pull/540)

Expand Down Expand Up @@ -291,7 +302,8 @@ Initial release.

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.0.1...HEAD
[v1.0.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.1
[v1.0.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.0
[v0.8.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.8.0
[v0.7.1]: https://github.com/hasura/ndc-postgres/releases/tag/v0.7.1
Expand Down

0 comments on commit e2fd651

Please sign in to comment.