Skip to content

0.1.3 — 2026-07-05

Choose a tag to compare

@github-actions github-actions released this 04 Jul 23:07

Release Notes

Fixed

  • server.json version was still 0.1.0 in the v0.1.2 tag, causing
    the publish-mcp-registry job to fail its
    SERVER_VERSION != tag guard. Bumped alongside the Cargo
    workspace. The OCI identifier (ghcr.io/ynishi/mse:<version>)
    is bumped in lockstep — Docker image tag is still the actual
    version literal per the cargo-dist runbook.

Note

  • The publish-homebrew-formula job also failed for the v0.1.2 tag,
    because the ynishi/homebrew-tap repository was created empty and
    has no main branch for the formula commit to target. This is
    bootstrap state, not code state, and is fixed out-of-band by
    seeding the tap repo before this tag is pushed.

Install mlua-swarm-cli 0.1.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ynishi/mlua-swarm/releases/download/v0.1.3/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.3/mlua-swarm-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install ynishi/tap/mse

Download mlua-swarm-cli 0.1.3

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