Skip to content

Commit 140b13b

Browse files
authored
Merge pull request #421 from opentensor/changelog/9.2.1
9.2.1: Bumps version and changelog
2 parents 5fd9da3 + e7db3e4 commit 140b13b

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 9.2.1 /2025-04-09
4+
5+
## What's Changed
6+
* Fix e2e test by @basfroman in https://github.com/opentensor/btcli/pull/396
7+
* Btwallet e2e test - verbose printing by @ibraheem-abe in https://github.com/opentensor/btcli/pull/397
8+
* Feat/swap coldkey by @ibraheem-abe in https://github.com/opentensor/btcli/pull/399
9+
* Add logic for keep docker image up to date by @basfroman in https://github.com/opentensor/btcli/pull/400
10+
* Feat/associate hotkey by @ibraheem-abe in https://github.com/opentensor/btcli/pull/401
11+
* Fixes staking/unstaking e2e tests by @ibraheem-abe in https://github.com/opentensor/btcli/pull/404
12+
* Adds `era` param for stake transactions by @thewhaleking in https://github.com/opentensor/btcli/pull/406
13+
* Fix: Removes name conflict in Sn create by @ibraheem-abe in https://github.com/opentensor/btcli/pull/405
14+
* Pull version.py version from package metadata by @thewhaleking in https://github.com/opentensor/btcli/pull/409
15+
* json output for commands by @thewhaleking in https://github.com/opentensor/btcli/pull/369
16+
* General code cleanup by @thewhaleking in https://github.com/opentensor/btcli/pull/411
17+
* More json outputs by @thewhaleking in https://github.com/opentensor/btcli/pull/412
18+
* new color palette by @thewhaleking in https://github.com/opentensor/btcli/pull/413
19+
* bump versions by @thewhaleking in https://github.com/opentensor/btcli/pull/410
20+
* spelling fix "Received" by @dougsillars in https://github.com/opentensor/btcli/pull/414
21+
* Updates Subnet symbols by @ibraheem-abe in https://github.com/opentensor/btcli/pull/416
22+
* Fix calculation for childkey set by @thewhaleking in https://github.com/opentensor/btcli/pull/418
23+
* Revoke children msg by @thewhaleking in https://github.com/opentensor/btcli/pull/419
24+
* Update revoke children language by @thewhaleking in https://github.com/opentensor/btcli/pull/417
25+
* Revert "new color palette" by @thewhaleking in https://github.com/opentensor/btcli/pull/420
26+
27+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.2.0...v9.2.1
28+
329
## 9.2.0 /2025-03-18
430

531
## What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor-cli"
7-
version = "9.2.0"
7+
version = "9.2.1"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)