File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
17
17
18
18
## Documentation -->
19
19
20
+ # [ 0.8.4] ( https://crates.io/crates/apollo-parser/0.8.4 ) - 2025-01-16
21
+
22
+ ## Maintenance
23
+ - ** Update ` rowan ` dependency to 0.16 - [ pull/927] .**
24
+
25
+ [ pull/927 ] : https://github.com/apollographql/apollo-rs/pull/927
26
+
27
+
20
28
# [ 0.8.3] ( https://crates.io/crates/apollo-parser/0.8.3 ) - 2024-10-07
21
29
22
30
## Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " apollo-parser"
3
- version = " 0.8.3 " # When bumping, also update README.md
3
+ version = " 0.8.4 " # 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.3 "
38
+ apollo-parser = " 0.8.4 "
39
39
```
40
40
41
41
## Rust versions
You can’t perform that action at this time.
0 commit comments