Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Irina Shestak <[email protected]>
  • Loading branch information
lrlna and lrlna authored Jul 27, 2022
1 parent 7acc1ff commit 35988a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/apollo-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = [
edition = "2021"

[dependencies]
apollo-parser = { path = "../apollo-parser" }
apollo-parser = { path = "../apollo-parser", version = "0.2.8" }
salsa = "0.16.1"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
ordered-float = { version = "2.10.0", features = ["std"] }
Expand Down
10 changes: 10 additions & 0 deletions crates/apollo-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Maintenance
## Documentation -->

# [0.2.9](https://crates.io/crates/apollo-parser/0.2.9) - 2022-07-27
## Features
- **Provide APIs for SyntaxNode and SyntaxNodePtr - [lrlna], [pull/251]

Export a wrapper around SyntaxNodePtr provided by `rowan`. This allows access to pointers of the AST created by `apollo-parser`.

[lrlna]: https://github.com/lrlna
[pull/251]: https://github.com/apollographql/apollo-rs/pull/251

# [0.2.8](https://crates.io/crates/apollo-parser/0.2.8) - 2022-06-10

## Fix
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.2.8"
version = "0.2.9"
authors = ["Irina Shestak <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/apollographql/apollo-rs"
Expand Down

0 comments on commit 35988a8

Please sign in to comment.