Skip to content

Commit

Permalink
Merge pull request #4 from hasura:release-0.1.1
Browse files Browse the repository at this point in the history
release v0.1.1
  • Loading branch information
BenoitRanque authored Jul 18, 2024
2 parents d765da3 + 270e87e commit 85b8018
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1]

- Forward errors from underlying source to users using 422 status code
- Change default configuration to not include header forwarding
- Handle error when unknown field argument is used

## [0.1.0]

- Initial Release
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
[workspace]
members = [
"crates/ndc-graphql",
"crates/ndc-graphql-cli",
"crates/common",
]
members = ["crates/ndc-graphql", "crates/ndc-graphql-cli", "crates/common"]
resolver = "2"

package.version = "0.1.0"
package.version = "0.1.1"
package.edition = "2021"

0 comments on commit 85b8018

Please sign in to comment.