Skip to content

Commit

Permalink
apollo-parser@0.5.3 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna authored May 12, 2023
1 parent e1c9429 commit 439be98
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions crates/apollo-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Documentation -->

# [0.5.3](https://crates.io/crates/apollo-parser/0.5.3) - 2023-05-12
## Fixes
- **variable definition list cannot be empty - [lrlna], [pull/553] fixing [issue/546]**
We previously allowed an operation with an empty variable definition list,
which is incorrect. This change provides a fix.

[lrlna]: https://github.com/lrlna
[issue/546]: https://github.com/apollographql/apollo-rs/pull/546
[pull/553]: https://github.com/apollographql/apollo-rs/pull/553

# [0.5.2](https://crates.io/crates/apollo-parser/0.5.2) - 2023-05-10

## Features
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-parser"
version = "0.5.2"
version = "0.5.3"
authors = ["Irina Shestak <shestak.irina@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/apollographql/apollo-rs"
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add this to your `Cargo.toml` to start using `apollo-parser`:
```toml
# Just an example, change to the necessary package version.
[dependencies]
apollo-parser = "0.5.2"
apollo-parser = "0.5.3"
```

Or using [cargo-edit]:
Expand Down

0 comments on commit 439be98

Please sign in to comment.