File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.4.3 /2025-04-29
4
+
5
+ ## What's Changed
6
+ * Avoid scientific notation output by @thewhaleking in https://github.com/opentensor/btcli/pull/459
7
+ * Use generic types by @thewhaleking in https://github.com/opentensor/btcli/pull/458
8
+ * Suppress async substrate warning by @thewhaleking in https://github.com/opentensor/btcli/pull/463
9
+ * Remove unused dependency by @thewhaleking in https://github.com/opentensor/btcli/pull/460
10
+ * fix: fix typo "accross" by @gap-editor in https://github.com/opentensor/btcli/pull/461
11
+
12
+ ## New Contributors
13
+ * @gap-editor made their first contribution in https://github.com/opentensor/btcli/pull/461
14
+
15
+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.4.2...v9.4.3
16
+
3
17
## 9.4.2 /2025-04-22
4
18
5
19
## 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.2 "
7
+ version = " 9.4.3 "
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