github moonrepo/proto v0.62.2
0.62.2

3 hours ago

Release Notes

🚀 Updates

  • Added a --no-builds option to proto versions, to hide build versions (trailing +) from the list.
  • Added a user-agent setting to [settings.http], which overrides the user agent that proto sends with each HTTP(S) request.

🐞 Fixes

  • Fixed lockfile records only applying to the operating system and architecture that created them. A resolved version applies to every machine, so when the lockfile has no record for the current platform, the version is now inherited from a record created by another platform, and only the platform specific data (like the checksum) is discarded.
    • This unblocks a version bump authored on one platform from passing an --immutable-lockfile install on another, which previously failed with "Lockfile is immutable, but is missing a record".
    • Pass --update-lockfile to resolve a fresh version instead of inheriting the locked one.
  • Fixed an issue with Nu shell activation hooks where we would string match a non-string value.

🛠️ Tools

⚙️ Internal

  • Updated dependencies.

Install proto_cli 0.62.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/proto/releases/download/v0.62.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.62.2/proto_cli-installer.ps1 | iex"

Download proto_cli 0.62.2

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

Don't miss a new proto release

NewReleases is sending notifications on new releases.