Skip to content

Commit 2f27392

Browse files
Update to NDC Spec v0.2.0 final
1 parent e501aae commit 2f27392

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
This changelog documents the changes between release versions.
44

55
## [Unreleased]
6-
76
Changes to be included in the next upcoming release
87

8+
## [0.6.0]
9+
910
**Breaking changes** ([#38](https://github.com/hasura/ndc-sdk-rs/pull/38), [#40](https://github.com/hasura/ndc-sdk-rs/pull/40), [#41](https://github.com/hasura/ndc-sdk-rs/pull/41)):
1011

1112
- Updated to support [v0.2.0 of the NDC Spec](https://hasura.github.io/ndc-spec/specification/changelog.html#020). This is a very large update which adds new features and some breaking changes.

Cargo.lock

+10-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[workspace]
22
resolver = "2"
33

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

88
members = ["crates/*"]
99

1010
[workspace.dependencies]
1111
ndc-sdk-core = { path = "../sdk-core" }
12-
ndc-models = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.2.0-rc.3" }
13-
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.2.0-rc.3" }
12+
ndc-models = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.2.0" }
13+
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.2.0" }
1414

1515
anyhow = "1"
1616
async-trait = "0.1"

0 commit comments

Comments
 (0)