From af2624eaf72ed95d2a85e6e36e355ee29e2ad4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Fri, 17 Nov 2023 17:36:14 +0100 Subject: [PATCH] apollo-parser@0.7.4 --- crates/apollo-compiler/Cargo.toml | 2 +- crates/apollo-parser/CHANGELOG.md | 2 +- crates/apollo-parser/Cargo.toml | 2 +- crates/apollo-parser/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/apollo-compiler/Cargo.toml b/crates/apollo-compiler/Cargo.toml index d1ca9a5a0..3f6c4fc83 100644 --- a/crates/apollo-compiler/Cargo.toml +++ b/crates/apollo-compiler/Cargo.toml @@ -18,7 +18,7 @@ edition = "2021" autotests = false # Most tests/*.rs files are modules of tests/main.rs [dependencies] -apollo-parser = { path = "../apollo-parser", version = "0.7.3" } +apollo-parser = { path = "../apollo-parser", version = "0.7.4" } ariadne = { version = "0.3.0", features = ["auto-color"] } indexmap = "2.0.0" rowan = "0.15.5" diff --git a/crates/apollo-parser/CHANGELOG.md b/crates/apollo-parser/CHANGELOG.md index 49eb9332e..88ebe2502 100644 --- a/crates/apollo-parser/CHANGELOG.md +++ b/crates/apollo-parser/CHANGELOG.md @@ -16,7 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Maintenance ## Documentation --> -# [unreleased](https://crates.io/crates/apollo-parser/x.x.x) - 2023-xx-xx +# [0.7.4](https://crates.io/crates/apollo-parser/0.7.4) - 2023-11-17 ## Features - **`parse_type` parses a selection set with optional outer brackets - [lrlna], [pull/718] fixing [issue/715]** diff --git a/crates/apollo-parser/Cargo.toml b/crates/apollo-parser/Cargo.toml index 8b3f3beb6..e1b8be0c3 100644 --- a/crates/apollo-parser/Cargo.toml +++ b/crates/apollo-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-parser" -version = "0.7.3" # When bumping, also update README.md +version = "0.7.4" # When bumping, also update README.md authors = ["Irina Shestak "] license = "MIT OR Apache-2.0" repository = "https://github.com/apollographql/apollo-rs" diff --git a/crates/apollo-parser/README.md b/crates/apollo-parser/README.md index 3618508db..1c1d7ff19 100644 --- a/crates/apollo-parser/README.md +++ b/crates/apollo-parser/README.md @@ -35,7 +35,7 @@ Or add this to your `Cargo.toml` for a manual installation: ```toml # Just an example, change to the necessary package version. [dependencies] -apollo-parser = "0.7.3" +apollo-parser = "0.7.4" ``` ## Rust versions