Skip to content

Commit 721e075

Browse files
1 parent f1debb1 commit 721e075

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/apollo-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2021"
1818
autotests = false # Most tests/*.rs files are modules of tests/main.rs
1919

2020
[dependencies]
21-
apollo-parser = { path = "../apollo-parser", version = "0.7.3" }
21+
apollo-parser = { path = "../apollo-parser", version = "0.7.4" }
2222
ariadne = { version = "0.3.0", features = ["auto-color"] }
2323
indexmap = "2.0.0"
2424
rowan = "0.15.5"

crates/apollo-parser/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1616
## Maintenance
1717
1818
## Documentation -->
19-
# [unreleased](https://crates.io/crates/apollo-parser/x.x.x) - 2023-xx-xx
19+
# [0.7.4](https://crates.io/crates/apollo-parser/0.7.4) - 2023-11-17
2020

2121
## Features
2222
- **`parse_type` parses a selection set with optional outer brackets - [lrlna], [pull/718] fixing [issue/715]**

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

4141
## Rust versions

0 commit comments

Comments
 (0)