Skip to content

Releases: ponylang/corral

0.3.1

12 Feb 20:06
Compare
Choose a tag to compare

[0.3.1] - 2020-02-12

Fixed

  • Pass exit codes from Runners to early exit corral with same code (PR #80)

Added

  • Add macOS releases via Homebrew (PR #74)

0.3.0

21 Dec 14:45
Compare
Choose a tag to compare

[0.3.0] - 2019-12-21

Fixed

  • Fix corral run should work if there is no corral.json (PR #57)
  • Fix corral run only looking for binaries on $PATH (PR #56)

Added

Changed

  • Update '--directory' to '--bundle_dir', resolve it early, and ensure other dirs are based on it. (PR #60)

0.2.0

16 Nov 16:34
Compare
Choose a tag to compare

[0.2.0] - 2019-11-16

Changed

  • Rename bundle.json to corral.json (PR #52)

0.1.0

11 Nov 21:58
Compare
Choose a tag to compare

[0.1.0] - 2019-11-11

Added

  • Initial alpha release