From c187c26fe505a37dc9d576c763a40a2fbd1ce495 Mon Sep 17 00:00:00 2001 From: BD Himes Date: Thu, 2 Apr 2026 18:54:37 +0200 Subject: [PATCH] Changelog + version --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb641cf5c..a9c726e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 9.20.1 /2026-04-02 + +## What's Changed +* Fully_exhaust=True for by @thewhaleking in https://github.com/latent-to/btcli/pull/876 +* Fix/speed issue with network calls by @ibraheem-abe in https://github.com/latent-to/btcli/pull/877 +* Update/deprecate old identities by @ibraheem-abe in https://github.com/latent-to/btcli/pull/878 +* ASI version <2.0 by @thewhaleking in https://github.com/latent-to/btcli/pull/880 +* fix: resolve proxy address for stake queries in move/transfer/swap and sudo trim by @bitloi in https://github.com/latent-to/btcli/pull/881 +* Bumps workflow versions, uses permission in release by @thewhaleking in https://github.com/latent-to/btcli/pull/882 +* inspect hotkey support by @thewhaleking in https://github.com/latent-to/btcli/pull/883 +* unstake: format error message incorrect by @thewhaleking in https://github.com/latent-to/btcli/pull/884 +* fix: error handling in wallet_create() and new_coldkey() by @bitloi in https://github.com/latent-to/btcli/pull/888 +* fix: prevent division by zero in stake add when subnet price is zero by @bitloi in https://github.com/latent-to/btcli/pull/886 +* Improved test coverage by @thewhaleking in https://github.com/latent-to/btcli/pull/889 +* fix: proxy allow-death transfer balance check by @bitloi in https://github.com/latent-to/btcli/pull/891 +* Better st move interactivity by @thewhaleking in https://github.com/latent-to/btcli/pull/892 + +## New Contributors +* @bitloi made their first contribution in https://github.com/latent-to/btcli/pull/881 + +**Full Changelog**: https://github.com/latent-to/btcli/compare/v9.20.0...v9.20.1 + ## 9.20.0 /2026-03-24 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index df85cab2a..cf15c659d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "bittensor-cli" -version = "9.20.0" +version = "9.20.1" description = "Bittensor CLI" readme = "README.md" authors = [