Release Notes
🚀 Updates
- Updated
proto run
(and shims) to not error with "not a built-in plugin" when the executable exists globally onPATH
, but is currently not configured/managed by proto in the working directory.- This error can occur when a
~/.proto/shims
file exists for a tool, but the version/plugin is not configured. - This should make interoperability a little bit nicer.
- This error can occur when a
- Reduced the amount of
locate_executables
calls for certain flows when linking binaries.
🐞 Fixes
- Fixed an issue where
proto activate
would load more plugins than necessary, causing a performance hit. - Fixed an issue during
--build
where the system package manager would error attempting to load existing packages.
⚙️ Internal
- Updated dependencies.
Download proto_cli 0.47.4
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 |