Skip to content

Commit 419fa6b

Browse files
committed
Merge branch 'staging' into feat/thewhaleking/json-output
2 parents 1faddeb + e5df987 commit 419fa6b

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## 9.1.3 /2025-03-12
414

515
## What's Changed

bittensor_cli/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ class Options:
244244
"--slippage",
245245
"--slippage-tolerance",
246246
"--tolerance",
247+
"--rate-tolerance",
247248
help="Set the rate tolerance percentage for transactions (default: 0.05%).",
248249
callback=validate_rate_tolerance,
249250
)

bittensor_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ def version_as_int(version):
1616
return __version_as_int__
1717

1818

19-
__version__ = "9.1.3"
19+
__version__ = "9.1.4"
2020
__version_as_int__ = version_as_int(__version__)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor-cli"
7-
version = "9.1.3"
7+
version = "9.1.4"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)