Skip to content

0.6.7

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 28 May 20:18
· 153 commits to main since this release

Add ARM64 support

We updated ponyup to correctly detect arm64 CPUs. Previously, ponyup defaulted to assuming that the current platform was x86_64, even when the user used the --platform flag to override this.

Add support for MacOS on Apple Silicon

You can now use ponyup on Apple Silicon MacOS computers. corral and ponyc are both available to install via ponyup and the ponyup install script recognizes MacOS on Apple Silicon and installs a prebuilt version of ponyup.

[0.6.7] - 2022-05-28

Added

  • Add ARM64 support (PR #226)
  • Add support for MacOS on Apple Silicon (PR #228)