From 43bafeeb11bcfcc1a50bc6faeba6bdbba3267081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e?= Date: Fri, 25 Aug 2023 11:03:11 +0200 Subject: [PATCH] apollo-compiler@0.11.1 (#630) * apollo-compiler@0.11.1 * mention issue --- crates/apollo-compiler/CHANGELOG.md | 9 +++++++++ crates/apollo-compiler/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/crates/apollo-compiler/CHANGELOG.md b/crates/apollo-compiler/CHANGELOG.md index 82214bf2c..f7e48e86d 100644 --- a/crates/apollo-compiler/CHANGELOG.md +++ b/crates/apollo-compiler/CHANGELOG.md @@ -17,6 +17,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Maintenance ## Documentation --> +# [0.11.1](https://crates.io/crates/apollo-compiler/0.11.1) - 2023-08-24 + +## Features +- disable colours in diagnostics output if the terminal is not interactive, by [EverlastingBugstopper] in [pull/628], [issue/499] + +[EverlastingBugstopper]: https://github.com/EverlastingBugstopper +[pull/628]: https://github.com/apollographql/apollo-rs/pull/628 +[issue/499]: https://github.com/apollographql/apollo-rs/issues/499 + # [0.11.0](https://crates.io/crates/apollo-compiler/0.11.0) - 2023-08-18 ## Features diff --git a/crates/apollo-compiler/Cargo.toml b/crates/apollo-compiler/Cargo.toml index b95e8cec2..504520a55 100644 --- a/crates/apollo-compiler/Cargo.toml +++ b/crates/apollo-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-compiler" -version = "0.11.0" +version = "0.11.1" authors = ["Irina Shestak "] license = "MIT OR Apache-2.0" repository = "https://github.com/apollographql/apollo-rs"