File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
16
16
## Maintenance
17
17
18
18
## 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
19
29
20
30
# [ 0.8.0] ( https://crates.io/crates/apollo-parser/0.8.0 ) - 2024-07-30
21
31
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
4
4
authors = [
" Irina Shestak <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/apollographql/apollo-rs"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Or add this to your `Cargo.toml` for a manual installation:
35
35
``` toml
36
36
# Just an example, change to the necessary package version.
37
37
[dependencies ]
38
- apollo-parser = " 0.8.0 "
38
+ apollo-parser = " 0.8.1 "
39
39
```
40
40
41
41
## Rust versions
You can’t perform that action at this time.
0 commit comments