File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.1.4 /2025-03-13
4
+
5
+ ## What's Changed
6
+ * Disk-Cache Async-Substrate-Interface Calls by @thewhaleking in https://github.com/opentensor/btcli/pull/368
7
+ * COLOR_PALETTE refactor by @thewhaleking in https://github.com/opentensor/btcli/pull/386
8
+ * Code Cleanup by @thewhaleking in https://github.com/opentensor/btcli/pull/381
9
+ * Adds rate-tolerance alias by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/387
10
+
11
+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.1.3...v9.1.4
12
+
3
13
## 9.1.3 /2025-03-12
4
14
5
15
## What's Changed
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ class Options:
244
244
"--slippage" ,
245
245
"--slippage-tolerance" ,
246
246
"--tolerance" ,
247
+ "--rate-tolerance" ,
247
248
help = "Set the rate tolerance percentage for transactions (default: 0.05%)." ,
248
249
callback = validate_rate_tolerance ,
249
250
)
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ def version_as_int(version):
16
16
return __version_as_int__
17
17
18
18
19
- __version__ = "9.1.3 "
19
+ __version__ = "9.1.4 "
20
20
__version_as_int__ = version_as_int (__version__ )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bittensor-cli"
7
- version = " 9.1.3 "
7
+ version = " 9.1.4 "
8
8
description = " Bittensor CLI"
9
9
readme = " README.md"
10
10
authors = [
You can’t perform that action at this time.
0 commit comments