Skip to content

Commit 6a235e3

Browse files
authored
The rowan update was not on crates.io yet
1 parent 7497d75 commit 6a235e3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

crates/apollo-parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1717
1818
## Documentation -->
1919

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+
2028
# [0.8.3](https://crates.io/crates/apollo-parser/0.8.3) - 2024-10-07
2129

2230
## Fixes

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.3" # When bumping, also update README.md
3+
version = "0.8.4" # 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.3"
38+
apollo-parser = "0.8.4"
3939
```
4040

4141
## Rust versions

0 commit comments

Comments
 (0)