Skip to content

Commit 8d78fbd

Browse files
authored
Merge pull request #609 from opentensor/changelog/9.11.0
v9.11.0: Bumps version and Change-log
2 parents 8c3ecc2 + a6d2f66 commit 8d78fbd

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

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+
324
## 9.10.1 /2025-08-12
425
* Removes double param for `--cache` in `config set` by @thewhaleking in https://github.com/opentensor/btcli/pull/579
526
* change root only sudo hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/580

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.10.1"
7+
version = "9.11.0"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)