Skip to content

Commit db8387a

Browse files
authored
Merge pull request #586 from opentensor/changelog/9.10.1
Changelog + version 9.10.1
2 parents 339d7e1 + 908fdb0 commit db8387a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 9.10.1 /2025-08-12
4+
* Removes double param for `--cache` in `config set` by @thewhaleking in https://github.com/opentensor/btcli/pull/579
5+
* change root only sudo hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/580
6+
* Better error formatting by @thewhaleking in https://github.com/opentensor/btcli/pull/581
7+
* Handle optional netuid better by @thewhaleking in https://github.com/opentensor/btcli/pull/582
8+
* wallet fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/585
9+
* Adds `moving_price` attr to DynamicInfo by @thewhaleking in https://github.com/opentensor/btcli/pull/583
10+
11+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.10.0...v9.10.1
12+
313
## 9.10.0 /2025-08-06
414
* Sets default interval hours for subnets price to 4, bc of rate limiting. by @thewhaleking in https://github.com/opentensor/btcli/pull/568
515
* Subnets Price --current + improvements by @thewhaleking in https://github.com/opentensor/btcli/pull/569

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

0 commit comments

Comments
 (0)