Skip to content

0.14.1 - 2024-08-15

Compare
Choose a tag to compare
@frol frol released this 15 Aug 14:54
· 29 commits to main since this release

Release Notes

Fixed

  • Fixed native operating system keychain support that got broken with 0.14.0 release (#392)
  • Require at least one access key to be selected in interactive mode when deleting a key (#385)
  • Handle delegated stake errors gracefully and display a warning message instead of failing the view-account-summary command completely (#382)
  • Entering the name of the function in interactive mode (#379)
  • Fixed a typo in inspect output about missing ABI support (#374)

Other

  • removed media from the package (#388)
  • updated near-* to 0.24.0, bumped up rust version (#381)
  • Added videos to the README for installation process on Windows (#378)
  • Cleaned up error message reporting by disabling env section of color_eyre report (#380)

Install near-cli-rs 0.14.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install [email protected]

Download near-cli-rs 0.14.1

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