github moonrepo/moon v2.2.2
2.2.2

10 hours ago

Release Notes

🚀 Updates

  • Updated the VS Code extension to point to the v2 JSON schemas. If you are still using moon v1,
    you'll need to pin to an older VS Code extension version until you upgrade to moon v2.

🐞 Fixes

  • Fixed a regression in plugin loading that reduced performance of graph operations.
  • Fixed an issue where the unpack extension would trigger a missing plugin locator error.

🧰 Toolchains

  • Python
    • Fixed the Python toolchain depending on pip/uv, when it should be reversed.

⚙️ Internal

  • Updated proto to v0.56.4 from 0.56.3.
  • Updated dependencies.

Install moon_cli 2.2.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/moon/releases/download/v2.2.2/moon_cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/moon/releases/download/v2.2.2/moon_cli-installer.ps1 | iex"

Download moon_cli 2.2.2

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

Don't miss a new moon release

NewReleases is sending notifications on new releases.