cargo-near
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -10,2 +10,13 @@ # Changelog | ||
## [0.12.0](https://github.com/near/cargo-near/compare/cargo-near-v0.11.0...cargo-near-v0.12.0) - 2024-11-14 | ||
### Added | ||
- Added the ability to use the TEACH-ME mode ([#221](https://github.com/near/cargo-near/pull/221)) | ||
### Other | ||
- Gracefully handle missing `git` on `cargo near new` ([#246](https://github.com/near/cargo-near/pull/246)) | ||
- update `cargo near new` template `image` and `image_digest` ([#244](https://github.com/near/cargo-near/pull/244)) | ||
## [0.11.0](https://github.com/near/cargo-near/compare/cargo-near-v0.10.1...cargo-near-v0.11.0) - 2024-10-29 | ||
@@ -12,0 +23,0 @@ |
@@ -27,3 +27,3 @@ { | ||
"name": "cargo-near", | ||
"version": "0.11.0" | ||
"version": "0.12.0" | ||
}, | ||
@@ -790,3 +790,3 @@ "node_modules/@isaacs/cliui": { | ||
"requires": true, | ||
"version": "0.11.0" | ||
"version": "0.12.0" | ||
} |
{ | ||
"artifactDownloadUrl": "https://github.com/near/cargo-near/releases/download/cargo-near-v0.11.0", | ||
"artifactDownloadUrl": "https://github.com/near/cargo-near/releases/download/cargo-near-v0.12.0", | ||
"author": "Near Inc <hello@nearprotocol.com>", | ||
@@ -98,3 +98,3 @@ "bin": { | ||
}, | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"volta": { | ||
@@ -101,0 +101,0 @@ "node": "18.14.1", |
@@ -75,2 +75,11 @@ <!-- markdownlint-disable MD014 --> | ||
--- | ||
Use `--teach-me` flag if you want to know "how it works". | ||
```console | ||
cargo near --teach-me | ||
``` | ||
Starts an interactive mode with an explanation of the execution of the selected command. | ||
--- | ||
Additionally depends on [Git](https://git-scm.com/) binary being installed, besides [cargo](https://github.com/rust-lang/cargo). | ||
@@ -77,0 +86,0 @@ |
67158
182