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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2.0"
version = "9.2.1"
description = "Bittensor CLI"
readme = "README.md"
authors = [
Expand Down
Loading