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
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