Skip to content

Commit 4634592

Browse files
authored
Merge pull request #448 from opentensor/changelog/941
v9.4.1: Bumps version and changelog
2 parents 51790d3 + 81a2da5 commit 4634592

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 9.4.1 /2025-04-17
4+
5+
## What's Changed
6+
* Fixes `test_staking_sudo` setting `max_burn` by @thewhaleking in https://github.com/opentensor/btcli/pull/440
7+
* Fixes Error Formatter by @thewhaleking in https://github.com/opentensor/btcli/pull/439
8+
* Pulls shares in a gather rather than one-at-a-time by @thewhaleking in https://github.com/opentensor/btcli/pull/438
9+
* Pull emission start schedule dynamically by @thewhaleking in https://github.com/opentensor/btcli/pull/442
10+
* Lengthen default era period + rename "era" to "period" by @thewhaleking in https://github.com/opentensor/btcli/pull/443
11+
* docs: fixed redundant "from" by @mdqst in https://github.com/opentensor/btcli/pull/429
12+
* click version 8.2.0 broken by @thewhaleking in https://github.com/opentensor/btcli/pull/447
13+
* JSON Name shadowing bug by @thewhaleking in https://github.com/opentensor/btcli/pull/445
14+
* Stop Parsing, Start Asking by @thewhaleking in https://github.com/opentensor/btcli/pull/446
15+
16+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.4.0...v9.4.1
17+
318
## 9.4.0 /2025-04-17
419

520
## What's Changed

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

0 commit comments

Comments
 (0)