Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* [email protected]

* mention issue
  • Loading branch information
goto-bus-stop authored Aug 25, 2023
1 parent 36cd961 commit 43bafee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions crates/apollo-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-compiler"
version = "0.11.0"
version = "0.11.1"
authors = ["Irina Shestak <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/apollographql/apollo-rs"
Expand Down

0 comments on commit 43bafee

Please sign in to comment.