Skip to content

0.6.0 - 2026-08-03

Latest

Choose a tag to compare

@furkanmamuk furkanmamuk released this 03 Aug 16:55
Immutable release. Only release title and notes can be modified.
dae519d

Release Notes

Added

  • Surface import-version mismatches and unsupported invariant diagnostics through
    single-file and project commands.
  • Generate stabilized Rust, TypeScript, Go, and Python union and Result codecs.

Changed

  • Align the CLI with the 0.x releases of the compiler, all four code
    generators, and the schema store.

Install vexilc 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/vexil-lang/vexil/releases/download/vexilc-v0.6.0/vexilc-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/vexil-lang/vexil/releases/download/vexilc-v0.6.0/vexilc-installer.ps1 | iex"

Download vexilc 0.6.0

File Platform Checksum
vexilc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vexilc-x86_64-apple-darwin.tar.xz Intel macOS checksum
vexilc-x86_64-pc-windows-msvc.zip x64 Windows checksum
vexilc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
vexilc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum