Skip to content

Commit 6a7ea74

Browse files
authored
Merge pull request #577 from opentensor/changelog/9.10.0
Changelog + version
2 parents 63bfd0f + 53adefb commit 6a7ea74

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 9.10.0 /2025-08-06
4+
* Sets default interval hours for subnets price to 4, bc of rate limiting. by @thewhaleking in https://github.com/opentensor/btcli/pull/568
5+
* Subnets Price --current + improvements by @thewhaleking in https://github.com/opentensor/btcli/pull/569
6+
* Reconfig Asyncio Runner by @thewhaleking in https://github.com/opentensor/btcli/pull/570
7+
* Show amount on `transfer --all` by @thewhaleking in https://github.com/opentensor/btcli/pull/571
8+
* Allows for typer>=0.16 and Click 8.2+ by @thewhaleking in https://github.com/opentensor/btcli/pull/572
9+
* BTCLI Config Updates by @thewhaleking in https://github.com/opentensor/btcli/pull/573
10+
* Added info about preinstalled macOS CPython by @thewhaleking in https://github.com/opentensor/btcli/pull/574
11+
* Click 8.2+/- compatibility by @thewhaleking in https://github.com/opentensor/btcli/pull/576
12+
* New command: `btcli w regen-hotkeypub` by @thewhaleking in https://github.com/opentensor/btcli/pull/575
13+
14+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.9.0...v9.10.0
15+
316
## 9.9.0 /2025-07-28
417
* Feat/wallet verify by @ibraheem-abe in https://github.com/opentensor/btcli/pull/561
518
* Improved speed of query_all_identities and fetch_coldkey_hotkey_identities by @thewhaleking in https://github.com/opentensor/btcli/pull/560

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

0 commit comments

Comments
 (0)