zesterer / ariadne

A fancy diagnostics & error reporting crate
https://crates.io/crates/ariadne
MIT License
1.74k stars 76 forks source link

Update concolor version #70

Closed Zheoni closed 1 year ago

Zheoni commented 1 year ago

The last version of concolor breaks compatibility with v0.11.0, so when I try to enable or disable colors in my aplication, ariadne doesn't get the correct setting. Updating to the latest version fixes the issue.

zesterer commented 1 year ago

Thanks!

max-sixty commented 1 year ago

Any chance of a release with this version?

zesterer commented 1 year ago

Certainly! Since this is an upgrade to the most significant version number of a dependency and breaks compatibility with past versions (semantically, even if not in terms of the actual API), I'll do the same for ariadne itself.

zesterer commented 1 year ago

I've just released 0.3.0 with this change.

max-sixty commented 1 year ago

Thanks a lot @zesterer !