Skip to content

Commit 4af168d

Browse files
author
Gil Mizrahi
authored
Release ndc-postgres v1.0.0 (#538)
### What bump the version.
1 parent 36e9136 commit 4af168d

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-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 = "0.8.0"
4+
package.version = "1.0.0"
55
package.edition = "2021"
66
package.license = "Apache-2.0"
77

changelog.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Fixed
10+
11+
## [v1.0.0]
12+
13+
### Added
14+
715
- Introduce configuration version "v5".
816
[#522](https://github.com/hasura/ndc-postgres/pull/522)
917

@@ -280,7 +288,8 @@ Initial release.
280288

281289
<!-- end -->
282290

283-
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v0.8.0...HEAD
291+
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.0.0...HEAD
292+
[v1.0.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.0
284293
[v0.8.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.8.0
285294
[v0.7.1]: https://github.com/hasura/ndc-postgres/releases/tag/v0.7.1
286295
[v0.7.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.7.0

0 commit comments

Comments
 (0)