File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 9.15.3 /2025-11-17
4+
5+ ## What's Changed
6+ * fix missing classifiers, migrate to flit by @branchvincent in https://github.com/opentensor/btcli/pull/698
7+ * Removes subvortex as the project is gone. by @thewhaleking in https://github.com/opentensor/btcli/pull/708
8+ * Small Bug Fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/712 :
9+ * Ensures that net_claimable is always a Balance object in get_claimable_stakes_for_coldkey
10+ * Checks that the HK owner isn't the genesis address
11+ * Clearly show the totals in st list as representing staked vs total incl free
12+ * Prevents a race condition which could freeze the console for extrinsic submission
13+ * docs: fix typos in some files by @Edge-Seven in https://github.com/opentensor/btcli/pull/711
14+ * Fix table width visual bug in stake move command by @BANADDA in https://github.com/opentensor/btcli/pull/709
15+
16+ ## New Contributors
17+ * @branchvincent made their first contribution in https://github.com/opentensor/btcli/pull/698
18+ * @Edge-Seven made their first contribution in https://github.com/opentensor/btcli/pull/711
19+ * @BANADDA made their first contribution in https://github.com/opentensor/btcli/pull/709
20+
21+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.15.2...v9.15.3
22+
323## 9.15.2 /2025-11-05
424
525## What's Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " bittensor-cli"
7- version = " 9.15.2 "
7+ version = " 9.15.3 "
88description = " Bittensor CLI"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments