From dd4c9b47d8aac516077e516903f6dd5af45e8caf Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Wed, 8 Oct 2025 10:10:11 -0700 Subject: [PATCH] bumps version and changelog --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95aae0d8e..ca36a9767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 9.13.0 /2025-10-09 + +## What's Changed +* Updates wording in transfer confirm by @thewhaleking in https://github.com/opentensor/btcli/pull/642 +* Update/split emissions by @ibraheem-abe in https://github.com/opentensor/btcli/pull/643 +* Feat/auto staking by @ibraheem-abe in https://github.com/opentensor/btcli/pull/632 +* Updates wording on origin/destination hotkey in `st move` by @thewhaleking in https://github.com/opentensor/btcli/pull/647 +* commands list fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/648 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.12.0...v9.13.0 + ## 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 diff --git a/pyproject.toml b/pyproject.toml index 234acba94..d7e6150f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.12.0" +version = "9.13.0" description = "Bittensor CLI" readme = "README.md" authors = [