cargo-near
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -10,2 +10,14 @@ # Changelog | ||
## [0.10.0](https://github.com/near/cargo-near/compare/cargo-near-v0.9.0...cargo-near-v0.10.0) - 2024-10-16 | ||
### Added | ||
- [**breaking**] use `wasm-opt -O` (via wasm-opt-rs) as post-step of build ([#231](https://github.com/near/cargo-near/pull/231)) | ||
- `env` flag for external parameters of docker build and regular build ([#226](https://github.com/near/cargo-near/pull/226)) | ||
### Other | ||
- Use Posthog instead of Mixpanel to collect stats on new projects creation ([#227](https://github.com/near/cargo-near/pull/227)) | ||
- Fix tracking usage ([#225](https://github.com/near/cargo-near/pull/225)) | ||
## [0.9.0](https://github.com/near/cargo-near/compare/cargo-near-v0.8.2...cargo-near-v0.9.0) - 2024-09-12 | ||
@@ -12,0 +24,0 @@ |
@@ -27,3 +27,3 @@ { | ||
"name": "cargo-near", | ||
"version": "0.9.0" | ||
"version": "0.10.0" | ||
}, | ||
@@ -790,3 +790,3 @@ "node_modules/@isaacs/cliui": { | ||
"requires": true, | ||
"version": "0.9.0" | ||
"version": "0.10.0" | ||
} |
{ | ||
"artifactDownloadUrl": "https://github.com/near/cargo-near/releases/download/cargo-near-v0.9.0", | ||
"artifactDownloadUrl": "https://github.com/near/cargo-near/releases/download/cargo-near-v0.10.0", | ||
"author": "Near Inc <hello@nearprotocol.com>", | ||
@@ -98,3 +98,3 @@ "bin": { | ||
}, | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"volta": { | ||
@@ -101,0 +101,0 @@ "node": "18.14.1", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
65664
1