Skip to content

0.1.2 — 2026-07-05

Choose a tag to compare

@github-actions github-actions released this 04 Jul 18:49

Release Notes

Fixed

  • Windows build: mse serve's SIGTERM handler and mse mcp's
    launchctl uid lookup were unconditionally referencing
    tokio::signal::unix / nix::unistd::Uid, which do not exist on
    Windows. Both are now #[cfg(unix)]-gated (the SIGTERM waiter
    becomes a never-resolving future on non-Unix so the ctrl_c arm of
    the shutdown select! still fires; the launchctl module's uid is a
    placeholder on non-Unix since launchctl itself is absent there).
    nix moved to a [target.'cfg(unix)'.dependencies] block. Detected
    by cargo-dist's x86_64-pc-windows-msvc target on the v0.1.1 tag.

Added

  • .github/workflows/ci.ymlcargo check on
    Ubuntu / macOS / Windows and cargo test on Ubuntu / macOS for every
    push/PR. Catches unix-only-API regressions before they reach a
    cargo-dist release tag.

Install mlua-swarm-cli 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ynishi/mlua-swarm/releases/download/v0.1.2/mlua-swarm-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/ynishi/mlua-swarm/releases/download/v0.1.2/mlua-swarm-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install ynishi/tap/mse

Download mlua-swarm-cli 0.1.2

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