File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.10.1 /2025-08-12
4
+ * Removes double param for ` --cache ` in ` config set ` by @thewhaleking in https://github.com/opentensor/btcli/pull/579
5
+ * change root only sudo hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/580
6
+ * Better error formatting by @thewhaleking in https://github.com/opentensor/btcli/pull/581
7
+ * Handle optional netuid better by @thewhaleking in https://github.com/opentensor/btcli/pull/582
8
+ * wallet fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/585
9
+ * Adds ` moving_price ` attr to DynamicInfo by @thewhaleking in https://github.com/opentensor/btcli/pull/583
10
+
11
+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.10.0...v9.10.1
12
+
3
13
## 9.10.0 /2025-08-06
4
14
* Sets default interval hours for subnets price to 4, bc of rate limiting. by @thewhaleking in https://github.com/opentensor/btcli/pull/568
5
15
* Subnets Price --current + improvements by @thewhaleking in https://github.com/opentensor/btcli/pull/569
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.10.0 "
7
+ version = " 9.10.1 "
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