Release Notes
π Updates
- Added
PROTO_BUILTIN_REGISTRY_* environment variables for overriding the built-in plugin registry.
- Updated checksum comparison to be case-insensitive, as some tools may provide a checksum in uppercase, while others may provide it in lowercase.
π§© Plugins
- Poetry
- Will now detect a Poetry version from
tool.poetry.requires-poetry in pyproject.toml.
βοΈ Internal
Install proto_cli 0.58.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/proto/releases/download/v0.58.2/proto_cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/proto/releases/download/v0.58.2/proto_cli-installer.ps1 | iex"
Download proto_cli 0.58.2