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

## 9.4.1 /2025-04-17

## What's Changed
* Fixes `test_staking_sudo` setting `max_burn` by @thewhaleking in https://github.com/opentensor/btcli/pull/440
* Fixes Error Formatter by @thewhaleking in https://github.com/opentensor/btcli/pull/439
* Pulls shares in a gather rather than one-at-a-time by @thewhaleking in https://github.com/opentensor/btcli/pull/438
* Pull emission start schedule dynamically by @thewhaleking in https://github.com/opentensor/btcli/pull/442
* Lengthen default era period + rename "era" to "period" by @thewhaleking in https://github.com/opentensor/btcli/pull/443
* docs: fixed redundant "from" by @mdqst in https://github.com/opentensor/btcli/pull/429
* click version 8.2.0 broken by @thewhaleking in https://github.com/opentensor/btcli/pull/447
* JSON Name shadowing bug by @thewhaleking in https://github.com/opentensor/btcli/pull/445
* Stop Parsing, Start Asking by @thewhaleking in https://github.com/opentensor/btcli/pull/446

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.4.0...v9.4.1

## 9.4.0 /2025-04-17

## What's Changed
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.4.0"
version = "9.4.1"
description = "Bittensor CLI"
readme = "README.md"
authors = [
Expand Down
Loading