near-cli-rs 0.23.5 → 0.23.6

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,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.23.6](https://github.com/near/near-cli-rs/compare/v0.23.5...v0.23.6) - 2026-02-06
11
+
12
+ ### Added
13
+
14
+ - Added styling options for "newline", "option selection" and "answer" for "inquire" crate ([#554](https://github.com/near/near-cli-rs/pull/554))
15
+ - added flexibility in using "setup_tracing" ([#550](https://github.com/near/near-cli-rs/pull/550))
16
+
17
+ ### Other
18
+
19
+ - upgrade to Rust edition 2024 ([#553](https://github.com/near/near-cli-rs/pull/553))
20
+ - Replaced macos-13, being browned out ([#549](https://github.com/near/near-cli-rs/pull/549))
21
+ - added DevEx to CODEOWNERS ([#548](https://github.com/near/near-cli-rs/pull/548))
22
+ - Updated the copyright year to 2026 ([#544](https://github.com/near/near-cli-rs/pull/544))
23
+
10
24
  ## [0.23.5](https://github.com/near/near-cli-rs/compare/v0.23.4...v0.23.5) - 2026-01-01
11
25
 
12
26
  ### Fixed
package/LICENSE-APACHE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2020-2025 Near Inc
189
+ Copyright 2020-2026 Near Inc
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/LICENSE-MIT CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020-2025 Near Inc
3
+ Copyright (c) 2020-2026 Near Inc
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -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.23.5"
26
+ "version": "0.23.6"
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.23.5"
899
+ "version": "0.23.6"
900
900
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.23.5",
2
+ "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.23.6",
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.23.5",
97
+ "version": "0.23.6",
98
98
  "volta": {
99
99
  "node": "18.14.1",
100
100
  "npm": "9.5.0"