File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
29
## 9.2.0 /2025-03-18
4
30
5
31
## What's Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bittensor-cli"
7
- version = " 9.2.0 "
7
+ version = " 9.2.1 "
8
8
description = " Bittensor CLI"
9
9
readme = " README.md"
10
10
authors = [
You can’t perform that action at this time.
0 commit comments