Skip to content

v0.7.0

Compare
Choose a tag to compare
@akash-akya akash-akya released this 27 Jul 17:46
· 38 commits to master since this release

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 using enable_stderr option, please switch to stderr as mentioned below
    • enable_stderr: true => stderr: :consume
    • enable_stderr: false => stderr: :console
      For more details check the documentation

What's Changed

  • Remove UB sanitizer in #29 and #32

Full Changelog: v0.6.0...v0.7.0