Skip to content

0.11.0 - 2024-06-19

Compare
Choose a tag to compare
@frol frol released this 20 Jun 09:54
· 39 commits to main since this release
f36b8de

Release Notes

Added

  • Added loading indicators to wait for the view-account-summary command (#349)
  • Added loading indicators to wait for the create-account (sponsor-by-faucet-service) command (#339)

Fixed

  • Do not fail view-account-summary command if we could not retrieve access keys list (#344)

Other

  • [breaking] upgraded near-dependencies to the 0.23 version (#350)
  • Provide instructions that help to resolve a problem with missing keychain (#347)

Install near-cli-rs 0.11.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.11.0/near-cli-rs-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/near/near-cli-rs/releases/download/v0.11.0/near-cli-rs-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.11.0

Download near-cli-rs 0.11.0

File Platform Checksum
near-cli-rs-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
near-cli-rs-x86_64-apple-darwin.tar.gz Intel macOS checksum
near-cli-rs-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
near-cli-rs-x86_64-pc-windows-msvc.msi x64 Windows checksum
near-cli-rs-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum