github moonrepo/moon v2.2.5
2.2.5

5 hours ago

Release Notes

🐞 Fixes

  • Fixed an issue where dot folders would be ignored during globs. The .git folder is still always
    ignored.
  • Fixed an issue where nested node_modules folders would be ignored during globs. The
    node_modules folder at the glob target root is still always ignored.
  • Fixed an issue where toolchain specific fields, like versionFromPrototools, were missing from
    the generated JSON schemas.
  • Fixed an issue where commands executed during toolchain actions (like setup environment) may
    trigger a file system deadlock.

🧰 Toolchains

  • Python
    • Updated venv commands to be skipped during environment setup if the directory already exists.
      Configure --clear to force re-initializing.

Install moon_cli 2.2.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/moon/releases/download/v2.2.5/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.5/moon_cli-installer.ps1 | iex"

Download moon_cli 2.2.5

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.