Skip to content

Commit fe15075

Browse files
authored
Merge pull request opentensor#693 from opentensor/changelog/9150
Changelog: 9.15.0
2 parents 8799b9e + f33ca1b commit fe15075

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
3+
## 9.15.0 /2025-11-04
4+
5+
* Stop running e2e tests on changelog branches by @thewhaleking in https://github.com/opentensor/btcli/pull/691
6+
* Feat/root claim by @ibraheem-abe in https://github.com/opentensor/btcli/pull/692
7+
8+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.14.3...v9.15.0
9+
210
## 9.14.3 /2025-10-30
311
* Allows for installing on Py 3.14 by @thewhaleking in https://github.com/opentensor/btcli/pull/688
412
* corrects `--name` param in `wallet set-identity` and `subnets set-identity` which was a duplicate param alias of `--wallet-name`

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.14.3"
7+
version = "9.15.0"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)