near-cli-rs 0.25.0 → 0.26.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,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.26.0](https://github.com/near/near-cli-rs/compare/v0.25.1...v0.26.0) - 2026-04-16
11
+
12
+ ### Added
13
+
14
+ - state-init command ([#560](https://github.com/near/near-cli-rs/pull/560))
15
+
16
+ ### Other
17
+
18
+ - Allow custom on_sending_delegate_action_callback handler for transactions and on_after_signing_callback for sign-message ([#583](https://github.com/near/near-cli-rs/pull/583))
19
+
20
+ ## [0.25.1](https://github.com/near/near-cli-rs/compare/v0.25.0...v0.25.1) - 2026-04-15
21
+
22
+ ### Other
23
+
24
+ - *(deps)* replace `slipped10` with `near-slip10` ([#584](https://github.com/near/near-cli-rs/pull/584))
25
+
10
26
  ## [0.25.0](https://github.com/near/near-cli-rs/compare/v0.24.0...v0.25.0) - 2026-04-08
11
27
 
12
28
  ### 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.25.0"
26
+ "version": "0.26.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.25.0"
899
+ "version": "0.26.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.25.0",
2
+ "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.26.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.25.0",
97
+ "version": "0.26.0",
98
98
  "volta": {
99
99
  "node": "18.14.1",
100
100
  "npm": "9.5.0"