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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 9.11.1 /2025-09-16

* Transfer not staking warning by @thewhaleking in https://github.com/opentensor/btcli/pull/618
* update e2e tests for hyperparam freeze window by @thewhaleking in https://github.com/opentensor/btcli/pull/620
* Corrects the stake fee calculation by @thewhaleking in https://github.com/opentensor/btcli/pull/621
* Fix: Handle encrypted wallet hotkeys by @ibraheem-abe in https://github.com/opentensor/btcli/pull/622
* Fix: Handle malformed wallets/files by @ibraheem-abe in https://github.com/opentensor/btcli/pull/623
* `min_burn` now not root sudo only by @thewhaleking in https://github.com/opentensor/btcli/pull/624

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.11.0...v9.11.1

## 9.11.0 /2025-09-05
* Better arg naming + type annotations by @thewhaleking in https://github.com/opentensor/btcli/pull/590
* disk cache in config by @thewhaleking in https://github.com/opentensor/btcli/pull/588
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.11.0"
version = "9.11.1"
description = "Bittensor CLI"
readme = "README.md"
authors = [
Expand Down
Loading