Skip to content

Commit 55002fd

Browse files
authored
1 parent f93f7d2 commit 55002fd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

crates/apollo-parser/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1616
## Maintenance
1717
1818
## Documentation -->
19+
# [0.8.1](https://crates.io/crates/apollo-parser/0.8.1) - 2024-08-20
20+
21+
## Features
22+
- **make `SyntaxToken` a publicly accessible API - [g-plane], [pull/894]**
23+
24+
This makes it easier for pretty-printers, linters and the like to work with the
25+
parser API.
26+
27+
[g-plane]: https://github.com/g-plane
28+
[pull/894]: https://github.com/apollographql/apollo-rs/pull/894
1929

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

crates/apollo-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apollo-parser"
3-
version = "0.8.0" # When bumping, also update README.md
3+
version = "0.8.1" # When bumping, also update README.md
44
authors = ["Irina Shestak <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/apollographql/apollo-rs"

crates/apollo-parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Or add this to your `Cargo.toml` for a manual installation:
3535
```toml
3636
# Just an example, change to the necessary package version.
3737
[dependencies]
38-
apollo-parser = "0.8.0"
38+
apollo-parser = "0.8.1"
3939
```
4040

4141
## Rust versions

0 commit comments

Comments
 (0)