Skip to content

Commit 85b8018

Browse files
authored
Merge pull request #4 from hasura:release-0.1.1
release v0.1.1
2 parents d765da3 + 270e87e commit 85b8018

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1]
11+
12+
- Forward errors from underlying source to users using 422 status code
13+
- Change default configuration to not include header forwarding
14+
- Handle error when unknown field argument is used
15+
1016
## [0.1.0]
1117

1218
- Initial Release

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
[workspace]
2-
members = [
3-
"crates/ndc-graphql",
4-
"crates/ndc-graphql-cli",
5-
"crates/common",
6-
]
2+
members = ["crates/ndc-graphql", "crates/ndc-graphql-cli", "crates/common"]
73
resolver = "2"
84

9-
package.version = "0.1.0"
5+
package.version = "0.1.1"
106
package.edition = "2021"
11-

0 commit comments

Comments
 (0)