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_stderr
is removed in favor of:stderr
.
If you were usingenable_stderr
option, please switch tostderr
as mentioned belowenable_stderr: true
=>stderr: :consume
enable_stderr: false
=>stderr: :console
For more details check the documentation
What's Changed
Full Changelog: v0.6.0...v0.7.0