Release Notes
🐞 Fixes
- Fixed an issue where generating all the
~/.proto/bin
files for a tool may result in missing file warnings.- Previously, we assumed that the exe locations from the resolved version would apply to all the versions being linked, but this isn't always true and isn't backwards compatible.
- We've now updated the bin linking to make a WASM API call for each version being linked when locating exes, in hopes that this now finds the correct locations.
- Fixed some directory unlocking issues.
🧩 Plugins
- Updated
python_tool
to v0.13.1.- Improved logic that detects legacy installs.
Download proto_cli 0.45.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 |