Skip to content

0.7.0

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 26 Apr 16:30
· 66 commits to main since this release
13081d7

Remove macOS on Intel as a supported platform

We are no longer supporting macOS on Intel.

Correctly set exit code on script failure

Previously, when a "post fetch" script failed, the exit code wasn't correctly set. This could result in scripts that automate corral not realizing that an error had occurred.

[0.7.0] - 2023-04-26

Fixed

  • Set exit code when "post fetch script" encounters an error (PR #234)

Changed

  • Remove macOS on Intel support (PR #228)