From 1e56823aa89517d6d082cbd9cd5c20968b598257 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Mon, 2 Mar 2026 08:03:01 -0800 Subject: [PATCH 1/2] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 798c8212..743c035d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "bittensor-cli" -version = "9.18.1" +version = "9.19.0" description = "Bittensor CLI" readme = "README.md" authors = [ From 929589ef9273d518040e650aba6b9df20f56e268 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Mon, 2 Mar 2026 08:03:08 -0800 Subject: [PATCH 2/2] update changlog --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 690dfc38..68714fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## 9.19.0 /2026-03-02 + +## What's Changed +* fix: JSON output empty for `btcli subnets list --json-out` command by @GlobalStar117 in https://github.com/opentensor/btcli/pull/800 +* fix: disable wallet history command due to external API deprecation by @jose-blockchain in https://github.com/opentensor/btcli/pull/811 +* Reusable `create_table()` Utility for Consistent Table Styling by @eureka928 in https://github.com/opentensor/btcli/pull/790 +* fix: replace broad exception catches with specific exception types by @Good0987 in https://github.com/opentensor/btcli/pull/773 +* Improve disk caching by @thewhaleking in https://github.com/opentensor/btcli/pull/682 +* Feat/rework ck swap by @ibraheem-abe in https://github.com/opentensor/btcli/pull/792 +* Error message handled properly by @thewhaleking in https://github.com/opentensor/btcli/pull/814 +* Backmerge/9181 by @ibraheem-abe in https://github.com/opentensor/btcli/pull/816 +* Adds more to the debug section of the readme by @thewhaleking in https://github.com/opentensor/btcli/pull/817 +* Fix/proxy stake add remove by @ibraheem-abe in https://github.com/opentensor/btcli/pull/819 +* Fix/update proxy usage stuff by @ibraheem-abe in https://github.com/opentensor/btcli/pull/820 +* Feat: Add help cmd alias by @ibraheem-abe in https://github.com/opentensor/btcli/pull/821 +* Backmerge/9.18.1 by @ibraheem-abe in https://github.com/opentensor/btcli/pull/823 +* Feat/balancer swap updates by @ibraheem-abe in https://github.com/opentensor/btcli/pull/813 +* Handle different types in `sudo set` with arbitrary hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/825 +* Update: Python 3.9 End of Life by @ibraheem-abe in https://github.com/opentensor/btcli/pull/829 +* Optimises the workflow for ruff. by @thewhaleking in https://github.com/opentensor/btcli/pull/831 +* Optimises the workflow for ruff. by @thewhaleking in https://github.com/opentensor/btcli/pull/832 +* feat: Add hyperparams: sudo_set_sn_owner_hotkey, sudo_set_subnet_owner_hotkey, sudo_set_recycle_or_burn by @MkDev11 in https://github.com/opentensor/btcli/pull/827 +* subnet buyback / stake-burn by @ibraheem-abe in https://github.com/opentensor/btcli/pull/818 +* Fix: Update test_stake_burn by @ibraheem-abe in https://github.com/opentensor/btcli/pull/837 +* Feat: Updated MevShield mechanics by @ibraheem-abe in https://github.com/opentensor/btcli/pull/828 +* docs: fix typo in README (pacakge → package) by @GeObts in https://github.com/opentensor/btcli/pull/839 +* Fix: Remove old mev_shield artifact from stake_burn by @ibraheem-abe in https://github.com/opentensor/btcli/pull/842 +* Revert "Feat/balancer swap updates" by @ibraheem-abe in https://github.com/opentensor/btcli/pull/836 +* Update/CK swap error handling by @ibraheem-abe in https://github.com/opentensor/btcli/pull/844 + +## New Contributors +* @GlobalStar117 made their first contribution in https://github.com/opentensor/btcli/pull/800 +* @jose-blockchain made their first contribution in https://github.com/opentensor/btcli/pull/811 +* @Good0987 made their first contribution in https://github.com/opentensor/btcli/pull/773 +* @GeObts made their first contribution in https://github.com/opentensor/btcli/pull/839 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.18.1...v9.19.0 + ## 9.18.1 /2026-02-05 ## What's Changed