Skip to content

0.60.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 17:07

Release Notes

πŸš€ Updates

  • Added experimental support for Nub: proto install nub.
  • Updated nushell activate output to use get --optional instead of get -i.

πŸ”© Backends

  • Cargo
    • Added a locked config setting, which will be passed to install commands as --locked.

πŸ› οΈ Tools

  • Node (and package managers)
    • Updated version detection to loop through all possible fields (packageManager, engines, etc) to find an applicable version, instead of failing on the first invalid version.
    • Fixed an issue where auth headers were not included in load version requests, which would cause failures for private registries.
  • pnpm
    • Added experimental support for v12 (Rust based implementation).

βš™οΈ Internal

  • Updated dependencies.

Install proto_cli 0.60.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/proto/releases/download/v0.60.1/proto_cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/proto/releases/download/v0.60.1/proto_cli-installer.ps1 | iex"

Download proto_cli 0.60.1

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