From 3f5d558a3f6c937f85584184e3dbec310fbf07a5 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Fri, 5 Sep 2025 09:13:46 -0700 Subject: [PATCH 1/3] bumps version and changelog --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aacd1c35..60783ca30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 9.11.0 /2025-09-05 + +## What's Changed +* 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 + +**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 767047b35..669675920 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 = [ From 0a6692aecac78df4ea8c5c3bce98107eed4e6ded Mon Sep 17 00:00:00 2001 From: bdhimes Date: Mon, 8 Sep 2025 20:54:48 +0200 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60783ca30..aa278f531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,6 @@ # Changelog ## 9.11.0 /2025-09-05 - -## What's Changed * 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 @@ -12,6 +10,13 @@ * 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 From a6d2f66f0b300fd53ddac534a5d3d00cad28491b Mon Sep 17 00:00:00 2001 From: bdhimes Date: Mon, 8 Sep 2025 21:52:07 +0200 Subject: [PATCH 3/3] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa278f531..827a54af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * 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