From b1fe54901ba2f10753995e3f195b6f72772d87df Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 25 Sep 2025 15:34:23 -0700 Subject: [PATCH] bumps version and changelog --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b5ca54b..95aae0d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index b7c11b579..234acba94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [