File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.11.0 /2025-09-05
4
+ * Better arg naming + type annotations by @thewhaleking in https://github.com/opentensor/btcli/pull/590
5
+ * disk cache in config by @thewhaleking in https://github.com/opentensor/btcli/pull/588
6
+ * Unstake no prompts by @thewhaleking in https://github.com/opentensor/btcli/pull/591
7
+ * expand readme by @thewhaleking in https://github.com/opentensor/btcli/pull/598
8
+ * Better arg formatting for readability by @thewhaleking in https://github.com/opentensor/btcli/pull/592
9
+ * Update childkey proportion CLI argument in docs by @HudsonGraeme in https://github.com/opentensor/btcli/pull/602
10
+ * Update example for show command by @HudsonGraeme in https://github.com/opentensor/btcli/pull/604
11
+ * New cmd: ` btcli utils latency ` by @thewhaleking in https://github.com/opentensor/btcli/pull/599
12
+ * Fix: Swap hotkey - new hotkey reg check by @ibraheem-abe in https://github.com/opentensor/btcli/pull/608
13
+ * Update cli.py to remove double negative typo by @calebcgates in https://github.com/opentensor/btcli/pull/606
14
+ * Better shows hotkeypubs in ` w list ` by @thewhaleking in https://github.com/opentensor/btcli/pull/611
15
+ * subnet symbol set command by @thewhaleking in https://github.com/opentensor/btcli/pull/613
16
+ * Debug log by @thewhaleking in https://github.com/opentensor/btcli/pull/597
17
+ * Debug log additional by @thewhaleking in https://github.com/opentensor/btcli/pull/615
18
+
19
+ ### New Contributors
20
+ * @calebcgates made their first contribution in https://github.com/opentensor/btcli/pull/606
21
+
22
+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.10.1...v9.11.0
23
+
3
24
## 9.10.1 /2025-08-12
4
25
* Removes double param for ` --cache ` in ` config set ` by @thewhaleking in https://github.com/opentensor/btcli/pull/579
5
26
* change root only sudo hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/580
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.1 "
7
+ version = " 9.11.0 "
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