near-cli-rs 0.24.0 → 0.25.0

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,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.25.0](https://github.com/near/near-cli-rs/compare/v0.24.0...v0.25.0) - 2026-04-08
11
+
12
+ ### Added
13
+
14
+ - update function call limits to 1000 TGas ([#559](https://github.com/near/near-cli-rs/pull/559))
15
+ - Improved interactive contract selection option for FT tokens ([#574](https://github.com/near/near-cli-rs/pull/574))
16
+ - Added `send-tf-call` command (`ft_transfer_call` function call) to `tokens` subcommand ([#576](https://github.com/near/near-cli-rs/pull/576))
17
+ - *(ledger)* BLE support ([#570](https://github.com/near/near-cli-rs/pull/570))
18
+ - Allow custom input as method name ([#568](https://github.com/near/near-cli-rs/pull/568))
19
+
20
+ ### Fixed
21
+
22
+ - wait for block finality before returning from send ([#564](https://github.com/near/near-cli-rs/pull/564))
23
+ - number of shards calculation ([#579](https://github.com/near/near-cli-rs/pull/579))
24
+ - resolve CI test failures from env var race and startup HTTP calls ([#578](https://github.com/near/near-cli-rs/pull/578))
25
+ - Fixed exiting the interactive account verification survey ([#558](https://github.com/near/near-cli-rs/pull/558))
26
+ - typo in `function.kind` check ([#572](https://github.com/near/near-cli-rs/pull/572))
27
+
28
+ ### Other
29
+
30
+ - bump near crates to 0.35.0 ([#580](https://github.com/near/near-cli-rs/pull/580))
31
+ - *(docs)* extension executable name ([#573](https://github.com/near/near-cli-rs/pull/573))
32
+
10
33
  ## [0.24.0](https://github.com/near/near-cli-rs/compare/v0.23.7...v0.24.0) - 2026-02-27
11
34
 
12
35
  ### Added
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT OR Apache-2.0",
25
25
  "name": "near-cli-rs",
26
- "version": "0.24.0"
26
+ "version": "0.25.0"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -896,5 +896,5 @@
896
896
  }
897
897
  },
898
898
  "requires": true,
899
- "version": "0.24.0"
899
+ "version": "0.25.0"
900
900
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.24.0",
2
+ "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.25.0",
3
3
  "bin": {
4
4
  "near": "run-near.js"
5
5
  },
@@ -94,7 +94,7 @@
94
94
  "zipExt": ".tar.gz"
95
95
  }
96
96
  },
97
- "version": "0.24.0",
97
+ "version": "0.25.0",
98
98
  "volta": {
99
99
  "node": "18.14.1",
100
100
  "npm": "9.5.0"