File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
21
## 9.5.1 /2025-06-02
22
+
4
23
## What's Changed
5
24
* Declare templates in MANIFEST and include package data by @thewhaleking in https://github.com/opentensor/btcli/pull/477
6
25
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bittensor-cli"
7
- version = " 9.5.1 "
7
+ version = " 9.6.0 "
8
8
description = " Bittensor CLI"
9
9
readme = " README.md"
10
10
authors = [
You can’t perform that action at this time.
0 commit comments