Skip to content

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 22 Mar 20:43
· 16 commits to main since this release

Installation

curl -fsSL https://raw.githubusercontent.com/sagelang/sage/main/scripts/install.sh | bash

Or download manually for your platform:

Platform Download
macOS (Apple Silicon) sage-v2.0.2-aarch64-apple-darwin.tar.gz
Linux (x86_64) sage-v2.0.2-x86_64-unknown-linux-gnu.tar.gz
Linux (ARM64) sage-v2.0.2-aarch64-unknown-linux-gnu.tar.gz

Add export SAGE_TOOLCHAIN=/usr/local/sage/toolchain to your shell profile for fast builds.

What's Changed

  • Fix codegen ownership errors in spawn closures and summon expressions by @cargopete in #1

New Contributors

Full Changelog: v2.0.1...v2.0.2