Skip to content

0.9.0 - 2024-09-12

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 07:55
c9210e7

Release Notes

Added

  • Fixed GitHub CI staging workflow generated by cargo near new command to work correctly with docker case (#193)
  • Extracted cargo-near-build into a standalone crate to be able to use it in near-workspaces and other places without the rest of the heavy dependencies of cargo-near (#198)
  • Added tracking of cargo near new usage to collect statistics of the command usage (#192)

Fixed

  • Addressed warnings in cargo build -p cargo-near-build cmd in releaze-plz flow (#212)

Other

  • Updated near-* dependencies to 0.26 release (#220)
  • Use "tracing" for logging and loading indicators (#216)
  • update docker image and sdk version in cargo near new template (#218)
  • [breaking] updates near-* packages to 0.25 version. Updates near-sdk to 5.4 (#215)

Install cargo-near 0.9.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.9.0/cargo-near-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install [email protected]

Download cargo-near 0.9.0

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