Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 = "flit_core.buildapi"

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