cargo-near 0.13.4 → 0.13.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.13.5](https://github.com/near/cargo-near/compare/cargo-near-v0.13.4...cargo-near-v0.13.5) - 2025-03-20
11
+
12
+ ### Other
13
+
14
+ - updates near-* dependencies to 0.29 release ([#314](https://github.com/near/cargo-near/pull/314))
15
+ - update `cargo near new` template `image` and `image_digest` : 0.13.4-rust-1.85.1 ([#315](https://github.com/near/cargo-near/pull/315))
16
+ - update `cargo near new` template `image` and `image_digest` ([#310](https://github.com/near/cargo-near/pull/310))
17
+ - update `cargo near new` template `image` and `image_digest` ([#306](https://github.com/near/cargo-near/pull/306))
18
+ - fix clippy 1.85 ([#311](https://github.com/near/cargo-near/pull/311))
19
+
10
20
  ## [0.13.4](https://github.com/near/cargo-near/compare/cargo-near-v0.13.3...cargo-near-v0.13.4) - 2025-02-13
11
21
 
12
22
  ### Added
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT OR Apache-2.0",
25
25
  "name": "cargo-near",
26
- "version": "0.13.4"
26
+ "version": "0.13.5"
27
27
  },
28
28
  "node_modules/@isaacs/cliui": {
29
29
  "dependencies": {
@@ -711,5 +711,5 @@
711
711
  }
712
712
  },
713
713
  "requires": true,
714
- "version": "0.13.4"
714
+ "version": "0.13.5"
715
715
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/near/cargo-near/releases/download/cargo-near-v0.13.4",
2
+ "artifactDownloadUrl": "https://github.com/near/cargo-near/releases/download/cargo-near-v0.13.5",
3
3
  "author": "Near Inc <hello@nearprotocol.com>",
4
4
  "bin": {
5
5
  "cargo-near": "run-cargo-near.js"
@@ -94,7 +94,7 @@
94
94
  "zipExt": ".tar.gz"
95
95
  }
96
96
  },
97
- "version": "0.13.4",
97
+ "version": "0.13.5",
98
98
  "volta": {
99
99
  "node": "18.14.1",
100
100
  "npm": "9.5.0"