Skip to content

Commit a1143a0

Browse files
authored
Merge pull request opentensor#713 from opentensor/changelog/9.15.3
Changelog + version
2 parents 059d8b4 + 051716d commit a1143a0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

pyproject.toml

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

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

0 commit comments

Comments
 (0)