Skip to content

Commit

Permalink
apollo-parser@0.8.1 (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna authored Aug 20, 2024
1 parent f93f7d2 commit 55002fd
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 @@ -16,6 +16,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Maintenance
## Documentation -->
# [0.8.1](https://crates.io/crates/apollo-parser/0.8.1) - 2024-08-20

## Features
- **make `SyntaxToken` a publicly accessible API - [g-plane], [pull/894]**

This makes it easier for pretty-printers, linters and the like to work with the
parser API.

[g-plane]: https://github.com/g-plane
[pull/894]: https://github.com/apollographql/apollo-rs/pull/894

# [0.8.0](https://crates.io/crates/apollo-parser/0.8.0) - 2024-07-30

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.8.0" # When bumping, also update README.md
version = "0.8.1" # When bumping, also update README.md
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 @@ -35,7 +35,7 @@ Or add this to your `Cargo.toml` for a manual installation:
```toml
# Just an example, change to the necessary package version.
[dependencies]
apollo-parser = "0.8.0"
apollo-parser = "0.8.1"
```

## Rust versions
Expand Down

0 comments on commit 55002fd

Please sign in to comment.