File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## 9.4.0 /2025-04-17
4
19
5
20
## What's Changed
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.4.0 "
7
+ version = " 9.4.1 "
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