Skip to content

0.9.0 - 2024-04-22

Compare
Choose a tag to compare
@frol frol released this 23 Apr 08:51
· 77 commits to main since this release
8266f8c

Release Notes

Added

  • Highlight the re-run command to make it more prominent (#317)
  • Added ability to select contract function from NEAR ABI functions (#314)
  • Added the ability to output a signed transaction (serialized as base64) to a file (#313)

Other

  • Updated "interactive_clap" to 0.2.10 ("flatten" parameter changed to "subargs") (#322)
  • fix typos (#318)
  • update near-ledger to 0.5.0 (#309)
  • Upgraded inquire crate to use CustomType inputs where initial value is needed (#310)

Install near-cli-rs 0.9.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install [email protected]

Download near-cli-rs 0.9.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