Skip to content

Commit 912a9be

Browse files
committed
Bumps changelog and version
1 parent 97cd2af commit 912a9be

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

3+
## 9.6.0/2025-06-12
4+
5+
## What's Changed
6+
* Allows for staking to multiple netuids in one btcli command by @thewhaleking in https://github.com/opentensor/btcli/pull/481
7+
* improve stake add json output by @thewhaleking in https://github.com/opentensor/btcli/pull/482
8+
* Apply bittensor error formatting to btcli by @thewhaleking in https://github.com/opentensor/btcli/pull/483
9+
* Add Yuma3 Enabled for Sudo Set/Get by @thewhaleking in https://github.com/opentensor/btcli/pull/487
10+
* Adds `alpha_sigmoid_steepness` call for hyperparams set/get by @thewhaleking in https://github.com/opentensor/btcli/pull/488
11+
* unstaking test fix by @thewhaleking in https://github.com/opentensor/btcli/pull/489
12+
* Merge issue: 488 by @thewhaleking in https://github.com/opentensor/btcli/pull/490
13+
* subnets check-start formatting blocks by @thewhaleking in https://github.com/opentensor/btcli/pull/491
14+
* Str vs Tuple by @thewhaleking in https://github.com/opentensor/btcli/pull/492
15+
* Add Homebrew Install to README by @thewhaleking in https://github.com/opentensor/btcli/pull/493
16+
* Update staking test for new subtensor by @thewhaleking in https://github.com/opentensor/btcli/pull/494
17+
18+
19+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.5.1...v9.6.0
20+
321
## 9.5.1 /2025-06-02
22+
423
## What's Changed
524
* Declare templates in MANIFEST and include package data by @thewhaleking in https://github.com/opentensor/btcli/pull/477
625

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

0 commit comments

Comments
 (0)