Skip to content

Commit 965ea44

Browse files
authored
Merge pull request #540 from opentensor/changelog/9.8.3
2 parents 46f383e + 274ccbf commit 965ea44

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Changelog
22

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
410
* Ensure that the fees are shown in alpha, not Tao. by @thewhaleking in https://github.com/opentensor/btcli/pull/530
511
* remove unused subnet names mapping by @thewhaleking in https://github.com/opentensor/btcli/pull/531
612

7-
813
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.1...v9.8.2
914

10-
## 9.8.1/2025-07-08
15+
## 9.8.1 /2025-07-08
1116

1217
## What's Changed
1318
* Fixed broken type annotation. by @thewhaleking in https://github.com/opentensor/btcli/pull/523
@@ -20,7 +25,7 @@
2025

2126
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.0...v9.8.1
2227

23-
## 9.8.0/2025-07-07
28+
## 9.8.0 /2025-07-07
2429

2530
## What's Changed
2631
* Feat/logo urls in subnet identity by @ibraheem-abe in https://github.com/opentensor/btcli/pull/504
@@ -36,23 +41,23 @@
3641

3742
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.7.1...v9.8.0
3843

39-
## 9.7.1/2025-06-26
44+
## 9.7.1 /2025-06-26
4045

4146
## What's Changed
4247
* Convert hyperparams from strings by @thewhaleking in https://github.com/opentensor/btcli/pull/510
4348
* Ensure we parse strings for param names by @thewhaleking in https://github.com/opentensor/btcli/pull/511
4449

4550
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.7.0...v9.7.1
4651

47-
## 9.7.0/2025-06-16
52+
## 9.7.0 /2025-06-16
4853

4954
## What's Changed
5055
* Add `SKIP_PULL` variable for conftest.py by @basfroman in https://github.com/opentensor/btcli/pull/502
5156
* Feat: Adds netuid support in swap_hotkeys by @ibraheem-abe in https://github.com/opentensor/btcli/pull/505
5257

5358
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.6.0...v9.7.0
5459

55-
## 9.6.0/2025-06-12
60+
## 9.6.0 /2025-06-12
5661

5762
## What's Changed
5863
* Allows for staking to multiple netuids in one btcli command by @thewhaleking in https://github.com/opentensor/btcli/pull/481

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

0 commit comments

Comments
 (0)