Skip to content

0.6.1 - 2026-06-16

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 01:03

Release Notes

Fixed

  • A relative meta.load-css inside a first-class mixin (captured with
    meta.get-mixin and invoked via meta.apply) now resolves against the
    mixin's defining file, not the caller's (issue #8). The regular
    namespaced include path was already correct.

Added

  • A C ABI (ffi/, libsasso + sasso.h) — drive sasso in-process from any
    language with a C FFI, with a userland importer callback. Releases now attach a
    per-target sasso-<version>-<target>-c-api.{tar.xz,zip} (prebuilt static +
    dynamic library + header). See the "C ABI" section in the README.

Install sasso 0.6.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/momiji-rs/sasso/releases/download/v0.6.1/sasso-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/momiji-rs/sasso/releases/download/v0.6.1/sasso-installer.ps1 | iex"

Download sasso 0.6.1

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