From e7db3e47b595eee0eec1d4b330a4fba8fe7891b8 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Wed, 9 Apr 2025 11:11:16 -0700 Subject: [PATCH] Bumps version and changelog --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75397415f..366c01064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## 9.2.1 /2025-04-09 + +## What's Changed +* Fix e2e test by @basfroman in https://github.com/opentensor/btcli/pull/396 +* Btwallet e2e test - verbose printing by @ibraheem-abe in https://github.com/opentensor/btcli/pull/397 +* Feat/swap coldkey by @ibraheem-abe in https://github.com/opentensor/btcli/pull/399 +* Add logic for keep docker image up to date by @basfroman in https://github.com/opentensor/btcli/pull/400 +* Feat/associate hotkey by @ibraheem-abe in https://github.com/opentensor/btcli/pull/401 +* Fixes staking/unstaking e2e tests by @ibraheem-abe in https://github.com/opentensor/btcli/pull/404 +* Adds `era` param for stake transactions by @thewhaleking in https://github.com/opentensor/btcli/pull/406 +* Fix: Removes name conflict in Sn create by @ibraheem-abe in https://github.com/opentensor/btcli/pull/405 +* Pull version.py version from package metadata by @thewhaleking in https://github.com/opentensor/btcli/pull/409 +* json output for commands by @thewhaleking in https://github.com/opentensor/btcli/pull/369 +* General code cleanup by @thewhaleking in https://github.com/opentensor/btcli/pull/411 +* More json outputs by @thewhaleking in https://github.com/opentensor/btcli/pull/412 +* new color palette by @thewhaleking in https://github.com/opentensor/btcli/pull/413 +* bump versions by @thewhaleking in https://github.com/opentensor/btcli/pull/410 +* spelling fix "Received" by @dougsillars in https://github.com/opentensor/btcli/pull/414 +* Updates Subnet symbols by @ibraheem-abe in https://github.com/opentensor/btcli/pull/416 +* Fix calculation for childkey set by @thewhaleking in https://github.com/opentensor/btcli/pull/418 +* Revoke children msg by @thewhaleking in https://github.com/opentensor/btcli/pull/419 +* Update revoke children language by @thewhaleking in https://github.com/opentensor/btcli/pull/417 +* Revert "new color palette" by @thewhaleking in https://github.com/opentensor/btcli/pull/420 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.2.0...v9.2.1 + ## 9.2.0 /2025-03-18 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 4dfa5a998..8237bf872 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.2.0" +version = "9.2.1" description = "Bittensor CLI" readme = "README.md" authors = [