Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog

## 9.6.0/2025-06-12

## What's Changed
* Allows for staking to multiple netuids in one btcli command by @thewhaleking in https://github.com/opentensor/btcli/pull/481
* improve stake add json output by @thewhaleking in https://github.com/opentensor/btcli/pull/482
* Apply bittensor error formatting to btcli by @thewhaleking in https://github.com/opentensor/btcli/pull/483
* Add Yuma3 Enabled for Sudo Set/Get by @thewhaleking in https://github.com/opentensor/btcli/pull/487
* Adds `alpha_sigmoid_steepness` call for hyperparams set/get by @thewhaleking in https://github.com/opentensor/btcli/pull/488
* unstaking test fix by @thewhaleking in https://github.com/opentensor/btcli/pull/489
* Merge issue: 488 by @thewhaleking in https://github.com/opentensor/btcli/pull/490
* subnets check-start formatting blocks by @thewhaleking in https://github.com/opentensor/btcli/pull/491
* Str vs Tuple by @thewhaleking in https://github.com/opentensor/btcli/pull/492
* Add Homebrew Install to README by @thewhaleking in https://github.com/opentensor/btcli/pull/493
* Update staking test for new subtensor by @thewhaleking in https://github.com/opentensor/btcli/pull/494


**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.5.1...v9.6.0

## 9.5.1 /2025-06-02

## What's Changed
* Declare templates in MANIFEST and include package data by @thewhaleking in https://github.com/opentensor/btcli/pull/477

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bittensor-cli"
version = "9.5.1"
version = "9.6.0"
description = "Bittensor CLI"
readme = "README.md"
authors = [
Expand Down
Loading