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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 9.12.0 /2025-09-25
* Removes warning icon in transfer by @ibraheem-abe in https://github.com/opentensor/btcli/pull/634
* Add Extrinsic Identifier Output by @thewhaleking in https://github.com/opentensor/btcli/pull/633
* Update the example text for sudo trim by @thewhaleking in https://github.com/opentensor/btcli/pull/636
* Feat/Individual wallet list by @ibraheem-abe in https://github.com/opentensor/btcli/pull/638
* Feat/ subnet mechanisms by @ibraheem-abe in https://github.com/opentensor/btcli/pull/627

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.11.2...v9.12.0

## 9.11.2 /2025-09-19
* Fix: Stake movement between non-root sns by @ibraheem-abe in https://github.com/opentensor/btcli/pull/629

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 = "setuptools.build_meta"

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