Skip to content

0.7.5 - 2023-12-19

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 16:09
· 112 commits to main since this release
4b056e1

Release Notes

Added

  • Improved self-update UX with more details (#274)

Fixed

  • Display NEAR token amounts precisely (#278)

Other

  • Updated the guide around the usage of system keychain on Linux, Windows, and macOS (#277)
  • Added explicit installation instructions to README.md

Install near-cli-rs 0.7.5

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install [email protected]

Download near-cli-rs 0.7.5

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