Release Notes
💥 Breaking
- Reverted the ability for proto to shim itself, and in turn the ability to pin the proto version.
- This was causing large process trees, where proto would recursivelay call itself, and eating up a lot of resources.
- We automatically attempt to remove the old shims, but if you run into any weirdness, you may need to manually remove
~/.proto/shims/proto
and~/.proto/shims/proto-shim
. - We'll revisit this feature in a future release.
⚙️ Internal
- Updated dependencies.
Download proto_cli 0.47.7
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 |