v0.7.0
Breaking Changes
- Support suppressing stderr output in #30
Exile now supports suppressing stderr outputs completely.
To unify all stderr redirection options:enable_stderris removed in favor of:stderr.
If you were usingenable_stderroption, please switch tostderras mentioned belowenable_stderr: true=>stderr: :consumeenable_stderr: false=>stderr: :console
For more details check the documentation
What's Changed
Full Changelog: v0.6.0...v0.7.0