Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 9.11.0 /2025-09-05
* Better arg naming + type annotations by @thewhaleking in https://github.com/opentensor/btcli/pull/590
* disk cache in config by @thewhaleking in https://github.com/opentensor/btcli/pull/588
* Unstake no prompts by @thewhaleking in https://github.com/opentensor/btcli/pull/591
* expand readme by @thewhaleking in https://github.com/opentensor/btcli/pull/598
* Better arg formatting for readability by @thewhaleking in https://github.com/opentensor/btcli/pull/592
* Update childkey proportion CLI argument in docs by @HudsonGraeme in https://github.com/opentensor/btcli/pull/602
* Update example for show command by @HudsonGraeme in https://github.com/opentensor/btcli/pull/604
* New cmd: `btcli utils latency` by @thewhaleking in https://github.com/opentensor/btcli/pull/599
* Fix: Swap hotkey - new hotkey reg check by @ibraheem-abe in https://github.com/opentensor/btcli/pull/608
* Update cli.py to remove double negative typo by @calebcgates in https://github.com/opentensor/btcli/pull/606
* Better shows hotkeypubs in `w list` by @thewhaleking in https://github.com/opentensor/btcli/pull/611
* subnet symbol set command by @thewhaleking in https://github.com/opentensor/btcli/pull/613
* Debug log by @thewhaleking in https://github.com/opentensor/btcli/pull/597

### New Contributors
* @calebcgates made their first contribution in https://github.com/opentensor/btcli/pull/606

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.10.1...v9.11.0

## 9.10.1 /2025-08-12
* Removes double param for `--cache` in `config set` by @thewhaleking in https://github.com/opentensor/btcli/pull/579
* change root only sudo hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/580
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bittensor-cli"
version = "9.10.1"
version = "9.11.0"
description = "Bittensor CLI"
readme = "README.md"
authors = [
Expand Down
Loading