All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.1 - 2024-02-23
- Updated near-sdk-rs to version 5.0.0 for the new projects (#132)
0.6.0 - 2024-02-03
- Use hello-world contract instead of the status-message contract for the new project starter
- Enable by default release mode, embedded ABIs with doc strings
0.5.2 - 2024-01-27
- Updated "feature flag" for near-cli-rs (ledger) (#126)
- Updated near-sdk-rs to 5.0.0-alpha.2 in the new project template (#127)
0.5.1 - 2024-01-25
- Upgraded NEAR crates to 0.20.0 release (#125)
- Updated binary releases pipeline to use cargo-dist v0.7.2 (previously v0.3.0) (#122)
0.5.0 - 2023-11-20
- New command to initialize a new smart contract project (#117)
- update
near-sdk
,near-abi
,borsh
version (#109)
0.4.1 - 2023-10-19
cargo near build
now works on Windows (#110)
- remove
#[ignore]
from parts of test suite, usingnear-workspaces
(#111)
0.4.0 - 2023-10-01
- [breaking] Re-implemented cargo-near to use interactive-clap and near-cli-rs features (#103)
- Exposed
build
andabi
modules to make them reusable when cargo-near is used as a crate. near#97
0.3.0 - 2022-11-10
Highlight: We revised the overall experience of the CLI, making it more accessible, robust, and easier to understand.
- The minimum supported version of the SDK for this release is
4.1.0
. - Upgraded the
near-abi
version to0.3.0
. near#83 - The exported and embedded ABI now includes build information. near#55
- When building a contract, the exported ABI now also includes the code hash of the built contract. near#55
- Fixed a situation where
cargo-near
could potentially run into segfaults when working with incompatible versions of the SDK. near#74 cargo-near
now only accepts valid UTF-8 input from the CLI, and will error out if it encounters invalid UTF-8. near#76cargo-near
no longer requires explicitly activating theabi
feature for the SDK. near#85- Fixed a bug where
cargo-near
exports an empty ABI file when the target directory is explicitly specified. near#75 - Introduced build stages with a neat report interface. near#59, near#63, near#69
- Added the
--color
flag to control the color output. near#86 - Ensured all forwarded
cargo
output retains colors in it's report, maintaining tooling familiarity. near#66 - Removed the buffering that made
cargo
'sstdout
lag behind itsstderr
. near#65 - When building contracts,
cargo
's warnings are only emitted at the build stage, and not duplicated. near#68
0.2.0 - 2022-09-01
Release Page: https://github.com/near/cargo-near/releases/tag/v0.2.0