cargo-near
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -14,3 +14,3 @@ const { Binary } = require("binary-install"); | ||
const name = "cargo-near"; | ||
const artifact_download_url = "https://github.com/near/cargo-near/releases/download/cargo-near-v0.7.0"; | ||
const artifact_download_url = "https://github.com/near/cargo-near/releases/download/cargo-near-v0.8.0"; | ||
@@ -17,0 +17,0 @@ const builder_glibc_major_version = 2; |
@@ -10,2 +10,8 @@ # Changelog | ||
## [0.8.0](https://github.com/near/cargo-near/compare/cargo-near-v0.7.0...cargo-near-v0.8.0) - 2024-08-14 | ||
### Other | ||
- [**breaking**] Updated near-* to 0.24, interactive clap to 0.3 ([#201](https://github.com/near/cargo-near/pull/201)) | ||
- disable env section of `color_eyre` report ([#196](https://github.com/near/cargo-near/pull/196)) | ||
## [0.7.0](https://github.com/near/cargo-near/compare/cargo-near-v0.6.4...cargo-near-v0.7.0) - 2024-08-06 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "cargo-near", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"lockfileVersion": 3, | ||
@@ -9,3 +9,3 @@ "requires": true, | ||
"name": "cargo-near", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"license": "MIT OR Apache-2.0", | ||
@@ -12,0 +12,0 @@ "hasInstallScript": true, |
{ | ||
"name": "cargo-near", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Cargo extension for building Rust smart contracts on NEAR", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/near/cargo-near", |
42932