diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aacd1c35..827a54af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # 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 +* Debug log additional by @thewhaleking in https://github.com/opentensor/btcli/pull/615 + +### 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 diff --git a/pyproject.toml b/pyproject.toml index 5a47f2b78..651cdaf9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [