Skip to content

Commit e2fd651

Browse files
authored
Release ndc-postgres v1.0.1 (#548)
<!-- 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? -->
1 parent 8388cf9 commit e2fd651

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed

Cargo.lock

+10-10
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,7 +1,7 @@
11
[workspace]
22
resolver = "2"
33

4-
package.version = "1.0.0"
4+
package.version = "1.0.1"
55
package.edition = "2021"
66
package.license = "Apache-2.0"
77

changelog.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99
### Fixed
1010

11+
## [v1.0.1]
12+
13+
### Added
14+
15+
- Support network_supeq and network_subeq by default.
16+
[#541](https://github.com/hasura/ndc-postgres/pull/541)
17+
18+
### Changed
19+
20+
### Fixed
21+
1122
- Generate the comparison operator `_neq`.
1223
[#540](https://github.com/hasura/ndc-postgres/pull/540)
1324

@@ -291,7 +302,8 @@ Initial release.
291302

292303
<!-- end -->
293304

294-
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.0.0...HEAD
305+
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.0.1...HEAD
306+
[v1.0.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.1
295307
[v1.0.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.0
296308
[v0.8.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.8.0
297309
[v0.7.1]: https://github.com/hasura/ndc-postgres/releases/tag/v0.7.1

0 commit comments

Comments
 (0)