File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 9.8.2/2025-07-09
3
+ ## 9.8.3 /2025-07-10
4
+ * Updates stake move table with rate applied correctly. by @thewhaleking in https://github.com/opentensor/btcli/pull/538
5
+ * change stake fee calculation by @thewhaleking in https://github.com/opentensor/btcli/pull/539
6
+
7
+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.8.2...v9.8.3
8
+
9
+ ## 9.8.2 /2025-07-09
4
10
* Ensure that the fees are shown in alpha, not Tao. by @thewhaleking in https://github.com/opentensor/btcli/pull/530
5
11
* remove unused subnet names mapping by @thewhaleking in https://github.com/opentensor/btcli/pull/531
6
12
7
-
8
13
** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.8.1...v9.8.2
9
14
10
- ## 9.8.1/2025-07-08
15
+ ## 9.8.1 /2025-07-08
11
16
12
17
## What's Changed
13
18
* Fixed broken type annotation. by @thewhaleking in https://github.com/opentensor/btcli/pull/523
20
25
21
26
** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.8.0...v9.8.1
22
27
23
- ## 9.8.0/2025-07-07
28
+ ## 9.8.0 /2025-07-07
24
29
25
30
## What's Changed
26
31
* Feat/logo urls in subnet identity by @ibraheem-abe in https://github.com/opentensor/btcli/pull/504
36
41
37
42
** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.7.1...v9.8.0
38
43
39
- ## 9.7.1/2025-06-26
44
+ ## 9.7.1 /2025-06-26
40
45
41
46
## What's Changed
42
47
* Convert hyperparams from strings by @thewhaleking in https://github.com/opentensor/btcli/pull/510
43
48
* Ensure we parse strings for param names by @thewhaleking in https://github.com/opentensor/btcli/pull/511
44
49
45
50
** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.7.0...v9.7.1
46
51
47
- ## 9.7.0/2025-06-16
52
+ ## 9.7.0 /2025-06-16
48
53
49
54
## What's Changed
50
55
* Add ` SKIP_PULL ` variable for conftest.py by @basfroman in https://github.com/opentensor/btcli/pull/502
51
56
* Feat: Adds netuid support in swap_hotkeys by @ibraheem-abe in https://github.com/opentensor/btcli/pull/505
52
57
53
58
** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.6.0...v9.7.0
54
59
55
- ## 9.6.0/2025-06-12
60
+ ## 9.6.0 /2025-06-12
56
61
57
62
## What's Changed
58
63
* Allows for staking to multiple netuids in one btcli command by @thewhaleking in https://github.com/opentensor/btcli/pull/481
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.8.2 "
7
+ version = " 9.8.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