Releases: near/cargo-near
Releases · near/cargo-near
0.9.0 - 2024-09-12
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
Download cargo-near 0.9.0
0.1.1 - 2024-09-12
Release Notes
Added
- Fixed GitHub CI staging workflow generated by
cargo near new
command to work correctly with docker case (#193)
Other
- Use "tracing" for logging and loading indicators (#216)
- fix clippy (#219)
0.8.2 - 2024-08-16
Release Notes
Other
- updated near-workspaces-rs (#205)
Install cargo-near 0.8.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.8.2/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.8.2/cargo-near-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download cargo-near 0.8.2
0.8.1 - 2024-08-15
Release Notes
Other
- update Cargo.lock dependencies
Install cargo-near 0.8.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.8.1/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.8.1/cargo-near-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download cargo-near 0.8.1
0.8.0 - 2024-08-14
Release Notes
Other
- [breaking] Updated near-* to 0.24, interactive clap to 0.3 (#201)
- disable env section of
color_eyre
report (#196)
Install cargo-near 0.8.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.8.0/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.8.0/cargo-near-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download cargo-near 0.8.0
0.7.0 - 2024-08-06
Release Notes
Added
- Added ability to use SourceScan (#134)
Fixed
- Replacing atty unmaintained dependency (#194)
Other
- update default docker images tags + digests (#191)
TLDR: shortcut to pre-docker release behaviour
If you want to run a pre-docker release build
command, run
# equivalent to behaviour of `cargo near build` of version < 0.7.0
cargo near build --no-docker --no-locked
instead of cargo near build
.
Install cargo-near 0.7.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.7.0/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.7.0/cargo-near-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download cargo-near 0.7.0
0.6.4 - 2024-07-22
Release Notes
Other
- Updated near-sdk and near-workspaces versions in the new project Cargo.toml.template (#183)
Install cargo-near 0.6.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.4/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.4/cargo-near-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download cargo-near 0.6.4
0.6.3 - 2024-07-03
Release Notes
Added
- Support passing feature flags to
cargo
invocation (#160)
Fixed
- Also pass feature flags to ABI build step (#161)
Other
- Updates near-cli-rs and cargo-near in the new project template to latest versions (#168)
- Updated dependencies to the latest versions (#167)
- Updated "interactive_clap" to 0.2.10 (updated "flatten" parameter) (#154)
Install cargo-near 0.6.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.3/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.3/cargo-near-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download cargo-near 0.6.3
0.6.2 - 2024-04-14
Release Notes
Added
- Updated new project template with near-sdk-rs 5.1.0 (#143)
Fixed
- Support nixOS - decouple cargo-near from rustup (#146)
Install cargo-near 0.6.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.2/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.2/cargo-near-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download cargo-near 0.6.2
0.6.1 - 2024-02-23
Release Notes
Other
- Updated near-sdk-rs to version 5.0.0 for the new projects (#132)
Install cargo-near 0.6.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.1/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.1/cargo-near-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download cargo-near 0.6.1